#60F4EE

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

Shades of Baby Blue #60F4EE

Tints of Baby Blue #60F4EE

Color information

#60F4EE (or 0x60F4EE) is unknown color: approx Baby Blue. HEX triplet: 60, F4 and EE. RGB value is (96,244,238). Sum of RGB (Red+Green+Blue) = 96+244+238=578 (76% of max value = 765). Red value is 96 (37.89% from 255 or 16.61% from 578); Green value is 244 (95.70% from 255 or 42.21% from 578); Blue value is 238 (93.36% from 255 or 41.18% from 578); Max value from RGB is 244 - color contains mainly: green. Hex color #60F4EE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #60F4EE is #9F0B11. Grayscale: #C6C6C6. Windows color (decimal): -10423058 or 15660128. OLE color: 15660128.

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

Color convert

RGB96244238-
CMYK0.6100.020.04
HSL177.57º87.06%66.67%-
HSV(B)177.57º60.66%95.69%-
XYZ52.6173.3692.28-
YUV199.06149.9754.49-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 16.61%
GREEN value IS 244 (95.70% from 255) = 42.21%
BLUE value IS 238 (93.36% from 255) = 41.18%
R=16.61%
G=42.21%
B=41.18%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal962442380.6100.020.04177.5787.0666.67
Hex60F4EE3D024b25743
Octal14036435675024262127103
Binary110000011110100111011101111010101001011001010101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60F4EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,244,238); }

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

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

 a { background-color: rgb(96,244,238); }

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

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

 span { border-color: rgb(96,244,238); }

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