#5CF1EF

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

Shades of Baby Blue #5CF1EF

Tints of Baby Blue #5CF1EF

Color information

#5CF1EF (or 0x5CF1EF) is unknown color: approx Baby Blue. HEX triplet: 5C, F1 and EF. RGB value is (92,241,239). Sum of RGB (Red+Green+Blue) = 92+241+239=572 (75% of max value = 765). Red value is 92 (36.33% from 255 or 16.08% from 572); Green value is 241 (94.53% from 255 or 42.13% from 572); Blue value is 239 (93.75% from 255 or 41.78% from 572); Max value from RGB is 241 - color contains mainly: green. Hex color #5CF1EF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5CF1EF is #A30E10. Grayscale: #C4C4C4. Windows color (decimal): -10685969 or 15724892. OLE color: 15724892.

HSL color Cylindrical-coordinate representation of color #5CF1EF: hue angle of 179.19º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5CF1EF is Cyan = 0.62, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB92241239-
CMYK0.6200.010.05
HSL179.19º84.18%65.29%-
HSV(B)179.19º61.83%94.51%-
XYZ51.4571.4292.73-
YUV196.22152.1453.66-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 16.08%
GREEN value IS 241 (94.53% from 255) = 42.13%
BLUE value IS 239 (93.75% from 255) = 41.78%
R=16.08%
G=42.13%
B=41.78%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal922412390.6200.010.05179.1984.1865.29
Hex5CF1EF3E015b35441
Octal13436135776015263124101
Binary10111001111000111101111111110011011011001110101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CF1EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,241,239); }

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

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

 a { background-color: rgb(92,241,239); }

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

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

 span { border-color: rgb(92,241,239); }

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