#5FFFED

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

Shades of Baby Blue #5FFFED

Tints of Baby Blue #5FFFED

Color information

#5FFFED (or 0x5FFFED) is unknown color: approx Baby Blue. HEX triplet: 5F, FF and ED. RGB value is (95,255,237). Sum of RGB (Red+Green+Blue) = 95+255+237=587 (77% of max value = 765). Red value is 95 (37.5% from 255 or 16.18% from 587); Green value is 255 (100% from 255 or 43.44% from 587); Blue value is 237 (92.97% from 255 or 40.37% from 587); Max value from RGB is 255 - color contains mainly: green. Hex color #5FFFED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FFFED is #A00012. Grayscale: #CDCDCD. Windows color (decimal): -10485779 or 15597407. OLE color: 15597407.

HSL color Cylindrical-coordinate representation of color #5FFFED: hue angle of 173.25º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5FFFED is Cyan = 0.63, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB95255237-
CMYK0.6300.070
HSL173.25º100%68.63%-
HSV(B)173.25º62.75%100%-
XYZ55.7780.0792.64-
YUV205.11145.9949.46-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 16.18%
GREEN value IS 255 (100% from 255) = 43.44%
BLUE value IS 237 (92.97% from 255) = 40.37%
R=16.18%
G=43.44%
B=40.37%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal952552370.6300.070173.2510068.63
Hex5FFFED3F070ad6445
Octal13737735577070255144105
Binary10111111111111111101101111111011101010110111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FFFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,255,237); }

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

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

 a { background-color: rgb(95,255,237); }

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

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

 span { border-color: rgb(95,255,237); }

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