#5DFBEC

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

Shades of Baby Blue #5DFBEC

Tints of Baby Blue #5DFBEC

Color information

#5DFBEC (or 0x5DFBEC) is unknown color: approx Baby Blue. HEX triplet: 5D, FB and EC. RGB value is (93,251,236). Sum of RGB (Red+Green+Blue) = 93+251+236=580 (76% of max value = 765). Red value is 93 (36.72% from 255 or 16.03% from 580); Green value is 251 (98.44% from 255 or 43.28% from 580); Blue value is 236 (92.58% from 255 or 40.69% from 580); Max value from RGB is 251 - color contains mainly: green. Hex color #5DFBEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5DFBEC is #A20413. Grayscale: #C9C9C9. Windows color (decimal): -10617876 or 15530845. OLE color: 15530845.

HSL color Cylindrical-coordinate representation of color #5DFBEC: hue angle of 174.3º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5DFBEC is Cyan = 0.63, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB93251236-
CMYK0.6300.060.02
HSL174.3º95.18%67.45%-
HSV(B)174.3º62.95%98.43%-
XYZ54.1577.3891.44-
YUV202.05147.1550.22-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 16.03%
GREEN value IS 251 (98.44% from 255) = 43.28%
BLUE value IS 236 (92.58% from 255) = 40.69%
R=16.03%
G=43.28%
B=40.69%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal932512360.6300.060.02174.395.1867.45
Hex5DFBEC3F062ae5f43
Octal13537335477062256137103
Binary101110111111011111011001111110110101010111010111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DFBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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