#5FEDF7

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

Shades of Baby Blue #5FEDF7

Tints of Baby Blue #5FEDF7

Color information

#5FEDF7 (or 0x5FEDF7) is unknown color: approx Baby Blue. HEX triplet: 5F, ED and F7. RGB value is (95,237,247). Sum of RGB (Red+Green+Blue) = 95+237+247=579 (76% of max value = 765). Red value is 95 (37.5% from 255 or 16.41% from 579); Green value is 237 (92.97% from 255 or 40.93% from 579); Blue value is 247 (96.88% from 255 or 42.66% from 579); Max value from RGB is 247 - color contains mainly: blue. Hex color #5FEDF7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FEDF7 is #A01208. Grayscale: #C3C3C3. Windows color (decimal): -10490377 or 16248159. OLE color: 16248159.

HSL color Cylindrical-coordinate representation of color #5FEDF7: hue angle of 183.95º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FEDF7 is Cyan = 0.62, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB95237247-
CMYK0.620.0400.03
HSL183.95º90.48%67.06%-
HSV(B)183.95º61.54%96.86%-
XYZ51.7969.7298.72-
YUV195.68156.9656.19-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 16.41%
GREEN value IS 237 (92.97% from 255) = 40.93%
BLUE value IS 247 (96.88% from 255) = 42.66%
R=16.41%
G=40.93%
B=42.66%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal952372470.620.0400.03183.9590.4867.06
Hex5FEDF73E403b85a43
Octal13735536776403270132103
Binary101111111101101111101111111101000111011100010110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FEDF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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