#5CEFFF

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

Shades of Baby Blue #5CEFFF

Tints of Baby Blue #5CEFFF

Color information

#5CEFFF (or 0x5CEFFF) is unknown color: approx Baby Blue. HEX triplet: 5C, EF and FF. RGB value is (92,239,255). Sum of RGB (Red+Green+Blue) = 92+239+255=586 (77% of max value = 765). Red value is 92 (36.33% from 255 or 15.70% from 586); Green value is 239 (93.75% from 255 or 40.78% from 586); Blue value is 255 (100% from 255 or 43.52% from 586); Max value from RGB is 255 - color contains mainly: blue. Hex color #5CEFFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5CEFFF is #A31000. Grayscale: #C4C4C4. Windows color (decimal): -10686465 or 16772956. OLE color: 16772956.

HSL color Cylindrical-coordinate representation of color #5CEFFF: hue angle of 185.89º 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 #5CEFFF is Cyan = 0.64, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB92239255-
CMYK0.640.0600
HSL185.89º100%68.04%-
HSV(B)185.89º63.92%100%-
XYZ53.3371.23105.55-
YUV196.87160.853.2-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 15.70%
GREEN value IS 239 (93.75% from 255) = 40.78%
BLUE value IS 255 (100% from 255) = 43.52%
R=15.70%
G=40.78%
B=43.52%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal922392550.640.0600185.8910068.04
Hex5CEFFF40600ba6444
Octal134357377100600272144104
Binary101110011101111111111111000000110001011101011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CEFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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