#60F5E2

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

Shades of Baby Blue #60F5E2

Tints of Baby Blue #60F5E2

Color information

#60F5E2 (or 0x60F5E2) is unknown color: approx Baby Blue. HEX triplet: 60, F5 and E2. RGB value is (96,245,226). Sum of RGB (Red+Green+Blue) = 96+245+226=567 (75% of max value = 765). Red value is 96 (37.89% from 255 or 16.93% from 567); Green value is 245 (96.09% from 255 or 43.21% from 567); Blue value is 226 (88.67% from 255 or 39.86% from 567); Max value from RGB is 245 - color contains mainly: green. Hex color #60F5E2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60F5E2 is #9F0A1D. Grayscale: #C6C6C6. Windows color (decimal): -10422814 or 14873952. OLE color: 14873952.

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

Color convert

RGB96245226-
CMYK0.6100.080.04
HSL172.35º88.17%66.86%-
HSV(B)172.35º60.82%96.08%-
XYZ51.273.2883.4-
YUV198.28143.6455.04-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 16.93%
GREEN value IS 245 (96.09% from 255) = 43.21%
BLUE value IS 226 (88.67% from 255) = 39.86%
R=16.93%
G=43.21%
B=39.86%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal962452260.6100.080.04172.3588.1766.86
Hex60F5E23D084ac5843
Octal140365342750104254130103
Binary11000001111010111100010111101010001001010110010110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60F5E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,245,226); }

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

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

 a { background-color: rgb(96,245,226); }

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

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

 span { border-color: rgb(96,245,226); }

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