#5FFDEB

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

Shades of Baby Blue #5FFDEB

Tints of Baby Blue #5FFDEB

Color information

#5FFDEB (or 0x5FFDEB) is unknown color: approx Baby Blue. HEX triplet: 5F, FD and EB. RGB value is (95,253,235). Sum of RGB (Red+Green+Blue) = 95+253+235=583 (77% of max value = 765). Red value is 95 (37.5% from 255 or 16.30% from 583); Green value is 253 (99.22% from 255 or 43.40% from 583); Blue value is 235 (92.19% from 255 or 40.31% from 583); Max value from RGB is 253 - color contains mainly: green. Hex color #5FFDEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FFDEB is #A00214. Grayscale: #CBCBCB. Windows color (decimal): -10486293 or 15465823. OLE color: 15465823.

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

Color convert

RGB95253235-
CMYK0.6200.070.01
HSL173.16º97.53%68.24%-
HSV(B)173.16º62.45%99.22%-
XYZ54.8478.6890.89-
YUV203.71145.6550.46-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 16.30%
GREEN value IS 253 (99.22% from 255) = 43.40%
BLUE value IS 235 (92.19% from 255) = 40.31%
R=16.30%
G=43.40%
B=40.31%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal952532350.6200.070.01173.1697.5368.24
Hex5FFDEB3E071ad6244
Octal13737535376071255142104
Binary10111111111110111101011111110011111010110111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FFDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,253,235); }

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

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

 a { background-color: rgb(95,253,235); }

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

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

 span { border-color: rgb(95,253,235); }

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