#60F6ED

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

Shades of Baby Blue #60F6ED

Tints of Baby Blue #60F6ED

Color information

#60F6ED (or 0x60F6ED) is unknown color: approx Baby Blue. HEX triplet: 60, F6 and ED. RGB value is (96,246,237). Sum of RGB (Red+Green+Blue) = 96+246+237=579 (76% of max value = 765). Red value is 96 (37.89% from 255 or 16.58% from 579); Green value is 246 (96.48% from 255 or 42.49% from 579); Blue value is 237 (92.97% from 255 or 40.93% from 579); Max value from RGB is 246 - color contains mainly: green. Hex color #60F6ED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #60F6ED is #9F0912. Grayscale: #C8C8C8. Windows color (decimal): -10422547 or 15595104. OLE color: 15595104.

HSL color Cylindrical-coordinate representation of color #60F6ED: hue angle of 176.4º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #60F6ED is Cyan = 0.61, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB96246237-
CMYK0.6100.040.04
HSL176.4º89.29%67.06%-
HSV(B)176.4º60.98%96.47%-
XYZ53.0774.5191.71-
YUV200.12148.853.73-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 16.58%
GREEN value IS 246 (96.48% from 255) = 42.49%
BLUE value IS 237 (92.97% from 255) = 40.93%
R=16.58%
G=42.49%
B=40.93%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal962462370.6100.040.04176.489.2967.06
Hex60F6ED3D044b05943
Octal14036635575044260131103
Binary1100000111101101110110111110101001001011000010110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60F6ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60F6ED; }

 p { color: rgb(96,246,237); }

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

<style>
 a { background-color: #60F6ED; }

 a { background-color: rgb(96,246,237); }

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

<style>
 span { border-color: #60F6ED; }

 span { border-color: rgb(96,246,237); }

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