#5CEFF1

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

Shades of Baby Blue #5CEFF1

Tints of Baby Blue #5CEFF1

Color information

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

HSL color Cylindrical-coordinate representation of color #5CEFF1: hue angle of 180.81º 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 #5CEFF1 is Cyan = 0.62, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB92239241-
CMYK0.620.0100.05
HSL180.81º84.18%65.29%-
HSV(B)180.81º61.83%94.51%-
XYZ51.1670.3694.1-
YUV195.27153.854.34-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal922392410.620.0100.05180.8184.1865.29
Hex5CEFF13E105b55441
Octal13435736176105265124101
Binary10111001110111111110001111110101011011010110101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CEFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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