#60F6EB

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

Shades of Baby Blue #60F6EB

Tints of Baby Blue #60F6EB

Color information

#60F6EB (or 0x60F6EB) is unknown color: approx Baby Blue. HEX triplet: 60, F6 and EB. RGB value is (96,246,235). Sum of RGB (Red+Green+Blue) = 96+246+235=577 (76% of max value = 765). Red value is 96 (37.89% from 255 or 16.64% from 577); Green value is 246 (96.48% from 255 or 42.63% from 577); Blue value is 235 (92.19% from 255 or 40.73% from 577); Max value from RGB is 246 - color contains mainly: green. Hex color #60F6EB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #60F6EB is #9F0914. Grayscale: #C7C7C7. Windows color (decimal): -10422549 or 15464032. OLE color: 15464032.

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

Color convert

RGB96246235-
CMYK0.6100.040.04
HSL175.6º89.29%67.06%-
HSV(B)175.6º60.98%96.47%-
XYZ52.7874.490.18-
YUV199.9147.853.89-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 16.64%
GREEN value IS 246 (96.48% from 255) = 42.63%
BLUE value IS 235 (92.19% from 255) = 40.73%
R=16.64%
G=42.63%
B=40.73%

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
Decimal962462350.6100.040.04175.689.2967.06
Hex60F6EB3D044b05943
Octal14036635375044260131103
Binary1100000111101101110101111110101001001011000010110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60F6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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