#56f3fa

Color #56F3FA Baby Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baby Blue #56F3FA

Tints of Baby Blue #56F3FA

Color information

#56F3FA (or 0x56F3FA) is unknown color: approx Baby Blue. HEX triplet: 56, F3 and FA. RGB value is (86,243,250). Sum of RGB (Red+Green+Blue) = 86+243+250=579 (76% of max value = 765). Red value is 86 (33.98% from 255 or 14.85% from 579); Green value is 243 (95.31% from 255 or 41.97% from 579); Blue value is 250 (98.05% from 255 or 43.18% from 579); Max value from RGB is 250 - color contains mainly: blue. Hex color #56F3FA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #56F3FA is #A90C05. Grayscale: #C4C4C4. Windows color (decimal): -11078662 or 16446294. OLE color: 16446294.

HSL color Cylindrical-coordinate representation of color #56F3FA: hue angle of 182.56º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #56F3FA is Cyan = 0.66, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB86243250-
CMYK0.660.0300.02
HSL182.56º94.25%65.88%-
HSV(B)182.56º65.6%98.04%-
XYZ53.1472.98101.73-
YUV196.86157.9948.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 86 (33.98% from 255) = 14.85%
GREEN value IS 243 (95.31% from 255) = 41.97%
BLUE value IS 250 (98.05% from 255) = 43.18%
R=14.85%
G=41.97%
B=43.18%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal862432500.660.0300.02182.5694.2565.88
Hex56F3FA42302b75e42
Octal126363372102302267136102
Binary101011011110011111110101000010110101011011110111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56f3fa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56f3fa; }

 p { color: rgb(86,243,250); }

 H1.HeaderClassName
 {
   color: #56f3fa;
 }
 .AnyTagClassName
 {
   color: #56f3fa;
 }
</style>
background-color css

<style>
 a { background-color: #56f3fa; }

 a { background-color: rgb(86,243,250); }

 div.DivClassName
 {
   background-color: #56f3fa;
 }
 .BgClassName
 {
   background-color: #56f3fa;
 }
</style>
border-color css

<style>
 span { border-color: #56f3fa; }

 span { border-color: rgb(86,243,250); }

 td.TdClassName
 {
   border-color: #56f3fa;
 }
 .TagClassName
 {
   border-color: #56f3fa;
 }
</style>