#56fbf5

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

Shades of Baby Blue #56FBF5

Tints of Baby Blue #56FBF5

Color information

#56FBF5 (or 0x56FBF5) is unknown color: approx Baby Blue. HEX triplet: 56, FB and F5. RGB value is (86,251,245). Sum of RGB (Red+Green+Blue) = 86+251+245=582 (77% of max value = 765). Red value is 86 (33.98% from 255 or 14.78% from 582); Green value is 251 (98.44% from 255 or 43.13% from 582); Blue value is 245 (96.09% from 255 or 42.10% from 582); Max value from RGB is 251 - color contains mainly: green. Hex color #56FBF5 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #56FBF5 is #A9040A. Grayscale: #C8C8C8. Windows color (decimal): -11076619 or 16120662. OLE color: 16120662.

HSL color Cylindrical-coordinate representation of color #56FBF5: hue angle of 177.82º degrees, saturation: 0.95, 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 #56FBF5 is Cyan = 0.66, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB86251245-
CMYK0.6600.020.02
HSL177.82º95.38%66.08%-
HSV(B)177.82º65.74%98.43%-
XYZ54.8277.5798.47-
YUV200.98152.8445.99-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 14.78%
GREEN value IS 251 (98.44% from 255) = 43.13%
BLUE value IS 245 (96.09% from 255) = 42.10%
R=14.78%
G=43.13%
B=42.10%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal862512450.6600.020.02177.8295.3866.08
Hex56FBF542022b25f42
Octal126373365102022262137102
Binary101011011111011111101011000010010101011001010111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56fbf5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,251,245); }

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

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

 a { background-color: rgb(86,251,245); }

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

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

 span { border-color: rgb(86,251,245); }

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