#5DEFF5

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

Shades of Baby Blue #5DEFF5

Tints of Baby Blue #5DEFF5

Color information

#5DEFF5 (or 0x5DEFF5) is unknown color: approx Baby Blue. HEX triplet: 5D, EF and F5. RGB value is (93,239,245). Sum of RGB (Red+Green+Blue) = 93+239+245=577 (76% of max value = 765). Red value is 93 (36.72% from 255 or 16.12% from 577); Green value is 239 (93.75% from 255 or 41.42% from 577); Blue value is 245 (96.09% from 255 or 42.46% from 577); Max value from RGB is 245 - color contains mainly: blue. Hex color #5DEFF5 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5DEFF5 is #A2100A. Grayscale: #C3C3C3. Windows color (decimal): -10620939 or 16117597. OLE color: 16117597.

HSL color Cylindrical-coordinate representation of color #5DEFF5: hue angle of 182.37º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5DEFF5 is Cyan = 0.62, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB93239245-
CMYK0.620.0200.04
HSL182.37º88.37%66.27%-
HSV(B)182.37º62.04%96.08%-
XYZ51.8670.6597.29-
YUV196.03155.6354.51-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 16.12%
GREEN value IS 239 (93.75% from 255) = 41.42%
BLUE value IS 245 (96.09% from 255) = 42.46%
R=16.12%
G=41.42%
B=42.46%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal932392450.620.0200.04182.3788.3766.27
Hex5DEFF53E204b65842
Octal13535736576204266130102
Binary101110111101111111101011111101001001011011010110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DEFF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,239,245); }

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

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

 a { background-color: rgb(93,239,245); }

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

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

 span { border-color: rgb(93,239,245); }

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