#5CF9F7

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

Shades of Baby Blue #5CF9F7

Tints of Baby Blue #5CF9F7

Color information

#5CF9F7 (or 0x5CF9F7) is unknown color: approx Baby Blue. HEX triplet: 5C, F9 and F7. RGB value is (92,249,247). Sum of RGB (Red+Green+Blue) = 92+249+247=588 (77% of max value = 765). Red value is 92 (36.33% from 255 or 15.65% from 588); Green value is 249 (97.66% from 255 or 42.35% from 588); Blue value is 247 (96.88% from 255 or 42.01% from 588); Max value from RGB is 249 - color contains mainly: green. Hex color #5CF9F7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5CF9F7 is #A30608. Grayscale: #C9C9C9. Windows color (decimal): -10683913 or 16251228. OLE color: 16251228.

HSL color Cylindrical-coordinate representation of color #5CF9F7: hue angle of 179.24º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5CF9F7 is Cyan = 0.63, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.02.

Color convert

RGB92249247-
CMYK0.6300.010.02
HSL179.24º92.9%66.86%-
HSV(B)179.24º63.05%97.65%-
XYZ55.0876.7499.91-
YUV201.83153.4949.66-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 15.65%
GREEN value IS 249 (97.66% from 255) = 42.35%
BLUE value IS 247 (96.88% from 255) = 42.01%
R=15.65%
G=42.35%
B=42.01%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal922492470.6300.010.02179.2492.966.86
Hex5CF9F73F012b35d43
Octal13437136777012263135103
Binary1011100111110011111011111111101101011001110111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CF9F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5CF9F7; }

 p { color: rgb(92,249,247); }

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

<style>
 a { background-color: #5CF9F7; }

 a { background-color: rgb(92,249,247); }

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

<style>
 span { border-color: #5CF9F7; }

 span { border-color: rgb(92,249,247); }

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