#60F6EC

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

Shades of Baby Blue #60F6EC

Tints of Baby Blue #60F6EC

Color information

#60F6EC (or 0x60F6EC) is unknown color: approx Baby Blue. HEX triplet: 60, F6 and EC. RGB value is (96,246,236). Sum of RGB (Red+Green+Blue) = 96+246+236=578 (76% of max value = 765). Red value is 96 (37.89% from 255 or 16.61% from 578); Green value is 246 (96.48% from 255 or 42.56% from 578); Blue value is 236 (92.58% from 255 or 40.83% from 578); Max value from RGB is 246 - color contains mainly: green. Hex color #60F6EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #60F6EC is #9F0913. Grayscale: #C7C7C7. Windows color (decimal): -10422548 or 15529568. OLE color: 15529568.

HSL color Cylindrical-coordinate representation of color #60F6EC: hue angle of 176º 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 #60F6EC is Cyan = 0.61, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB96246236-
CMYK0.6100.040.04
HSL176º89.29%67.06%-
HSV(B)176º60.98%96.47%-
XYZ52.9274.4590.94-
YUV200.01148.353.81-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 16.61%
GREEN value IS 246 (96.48% from 255) = 42.56%
BLUE value IS 236 (92.58% from 255) = 40.83%
R=16.61%
G=42.56%
B=40.83%

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
Decimal962462360.6100.040.0417689.2967.06
Hex60F6EC3D044b05943
Octal14036635475044260131103
Binary1100000111101101110110011110101001001011000010110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60F6EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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