#60F4F9

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

Shades of Baby Blue #60F4F9

Tints of Baby Blue #60F4F9

Color information

#60F4F9 (or 0x60F4F9) is unknown color: approx Baby Blue. HEX triplet: 60, F4 and F9. RGB value is (96,244,249). Sum of RGB (Red+Green+Blue) = 96+244+249=589 (78% of max value = 765). Red value is 96 (37.89% from 255 or 16.30% from 589); Green value is 244 (95.70% from 255 or 41.43% from 589); Blue value is 249 (97.66% from 255 or 42.28% from 589); Max value from RGB is 249 - color contains mainly: blue. Hex color #60F4F9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #60F4F9 is #9F0B06. Grayscale: #C8C8C8. Windows color (decimal): -10423047 or 16381024. OLE color: 16381024.

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

Color convert

RGB96244249-
CMYK0.610.0200.02
HSL181.96º92.73%67.65%-
HSV(B)181.96º61.45%97.65%-
XYZ54.2774.03101.05-
YUV200.32155.4753.59-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 16.30%
GREEN value IS 244 (95.70% from 255) = 41.43%
BLUE value IS 249 (97.66% from 255) = 42.28%
R=16.30%
G=41.43%
B=42.28%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal962442490.610.0200.02181.9692.7367.65
Hex60F4F93D202b65d44
Octal14036437175202266135104
Binary11000001111010011111001111101100101011011010111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60F4F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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