#5DFCEC

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

Shades of Baby Blue #5DFCEC

Tints of Baby Blue #5DFCEC

Color information

#5DFCEC (or 0x5DFCEC) is unknown color: approx Baby Blue. HEX triplet: 5D, FC and EC. RGB value is (93,252,236). Sum of RGB (Red+Green+Blue) = 93+252+236=581 (76% of max value = 765). Red value is 93 (36.72% from 255 or 16.01% from 581); Green value is 252 (98.83% from 255 or 43.37% from 581); Blue value is 236 (92.58% from 255 or 40.62% from 581); Max value from RGB is 252 - color contains mainly: green. Hex color #5DFCEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5DFCEC is #A20313. Grayscale: #CACACA. Windows color (decimal): -10617620 or 15531101. OLE color: 15531101.

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

Color convert

RGB93252236-
CMYK0.6300.060.01
HSL173.96º96.36%67.65%-
HSV(B)173.96º63.1%98.82%-
XYZ54.467891.54-
YUV202.63146.8249.8-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 16.01%
GREEN value IS 252 (98.83% from 255) = 43.37%
BLUE value IS 236 (92.58% from 255) = 40.62%
R=16.01%
G=43.37%
B=40.62%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal932522360.6300.060.01173.9696.3667.65
Hex5DFCEC3F061ae6044
Octal13537435477061256140104
Binary10111011111110011101100111111011011010111011000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DFCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,252,236); }

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

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

 a { background-color: rgb(93,252,236); }

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

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

 span { border-color: rgb(93,252,236); }

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