#60FAF0

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

Shades of Baby Blue #60FAF0

Tints of Baby Blue #60FAF0

Color information

#60FAF0 (or 0x60FAF0) is unknown color: approx Baby Blue. HEX triplet: 60, FA and F0. RGB value is (96,250,240). Sum of RGB (Red+Green+Blue) = 96+250+240=586 (77% of max value = 765). Red value is 96 (37.89% from 255 or 16.38% from 586); Green value is 250 (98.05% from 255 or 42.66% from 586); Blue value is 240 (94.14% from 255 or 40.96% from 586); Max value from RGB is 250 - color contains mainly: green. Hex color #60FAF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #60FAF0 is #9F050F. Grayscale: #CACACA. Windows color (decimal): -10421520 or 15792736. OLE color: 15792736.

HSL color Cylindrical-coordinate representation of color #60FAF0: hue angle of 176.1º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60FAF0 is Cyan = 0.62, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB96250240-
CMYK0.6200.040.02
HSL176.1º93.9%67.84%-
HSV(B)176.1º61.6%98.04%-
XYZ54.7477.1594.44-
YUV202.81148.9851.81-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 16.38%
GREEN value IS 250 (98.05% from 255) = 42.66%
BLUE value IS 240 (94.14% from 255) = 40.96%
R=16.38%
G=42.66%
B=40.96%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal962502400.6200.040.02176.193.967.84
Hex60FAF03E042b05e44
Octal14037236076042260136104
Binary110000011111010111100001111100100101011000010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60FAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,250,240); }

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

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

 a { background-color: rgb(96,250,240); }

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

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

 span { border-color: rgb(96,250,240); }

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