#60F1EE

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

Shades of Baby Blue #60F1EE

Tints of Baby Blue #60F1EE

Color information

#60F1EE (or 0x60F1EE) is unknown color: approx Baby Blue. HEX triplet: 60, F1 and EE. RGB value is (96,241,238). Sum of RGB (Red+Green+Blue) = 96+241+238=575 (76% of max value = 765). Red value is 96 (37.89% from 255 or 16.70% from 575); Green value is 241 (94.53% from 255 or 41.91% from 575); Blue value is 238 (93.36% from 255 or 41.39% from 575); Max value from RGB is 241 - color contains mainly: green. Hex color #60F1EE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #60F1EE is #9F0E11. Grayscale: #C5C5C5. Windows color (decimal): -10423826 or 15659360. OLE color: 15659360.

HSL color Cylindrical-coordinate representation of color #60F1EE: hue angle of 178.76º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60F1EE is Cyan = 0.60, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB96241238-
CMYK0.6000.010.05
HSL178.76º83.82%66.08%-
HSV(B)178.76º60.17%94.51%-
XYZ51.7171.5791.98-
YUV197.3150.9655.74-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 16.70%
GREEN value IS 241 (94.53% from 255) = 41.91%
BLUE value IS 238 (93.36% from 255) = 41.39%
R=16.70%
G=41.91%
B=41.39%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal962412380.6000.010.05178.7683.8266.08
Hex60F1EE3C015b35442
Octal14036135674015263124102
Binary11000001111000111101110111100011011011001110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60F1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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