#5FF7ED

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

Shades of Baby Blue #5FF7ED

Tints of Baby Blue #5FF7ED

Color information

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

HSL color Cylindrical-coordinate representation of color #5FF7ED: hue angle of 176.05º 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 #5FF7ED is Cyan = 0.62, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB95247237-
CMYK0.6200.040.03
HSL176.05º90.48%67.06%-
HSV(B)176.05º61.54%96.86%-
XYZ53.2775.0791.8-
YUV200.41148.6452.81-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal952472370.6200.040.03176.0590.4867.06
Hex5FF7ED3E043b05a43
Octal13736735576043260132103
Binary101111111110111111011011111100100111011000010110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FF7ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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