#5CF0FF

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

Shades of Baby Blue #5CF0FF

Tints of Baby Blue #5CF0FF

Color information

#5CF0FF (or 0x5CF0FF) is unknown color: approx Baby Blue. HEX triplet: 5C, F0 and FF. RGB value is (92,240,255). Sum of RGB (Red+Green+Blue) = 92+240+255=587 (77% of max value = 765). Red value is 92 (36.33% from 255 or 15.67% from 587); Green value is 240 (94.14% from 255 or 40.89% from 587); Blue value is 255 (100% from 255 or 43.44% from 587); Max value from RGB is 255 - color contains mainly: blue. Hex color #5CF0FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5CF0FF is #A30F00. Grayscale: #C5C5C5. Windows color (decimal): -10686209 or 16773212. OLE color: 16773212.

HSL color Cylindrical-coordinate representation of color #5CF0FF: hue angle of 185.52º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5CF0FF is Cyan = 0.64, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB92240255-
CMYK0.640.0600
HSL185.52º100%68.04%-
HSV(B)185.52º63.92%100%-
XYZ53.6271.82105.64-
YUV197.46160.4752.78-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 15.67%
GREEN value IS 240 (94.14% from 255) = 40.89%
BLUE value IS 255 (100% from 255) = 43.44%
R=15.67%
G=40.89%
B=43.44%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal922402550.640.0600185.5210068.04
Hex5CF0FF40600ba6444
Octal134360377100600272144104
Binary101110011110000111111111000000110001011101011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CF0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,240,255); }

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

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

 a { background-color: rgb(92,240,255); }

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

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

 span { border-color: rgb(92,240,255); }

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