#5DECFB

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

Shades of Baby Blue #5DECFB

Tints of Baby Blue #5DECFB

Color information

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

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

Color convert

RGB93236251-
CMYK0.630.0600.02
HSL185.7º95.18%67.45%-
HSV(B)185.7º62.95%98.43%-
XYZ51.9269.28101.9-
YUV194.95159.6255.28-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal932362510.630.0600.02185.795.1867.45
Hex5DECFB3F602ba5f43
Octal13535437377602272137103
Binary101110111101100111110111111111100101011101010111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DECFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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