#60F9F4

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

Shades of Baby Blue #60F9F4

Tints of Baby Blue #60F9F4

Color information

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

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

Color convert

RGB96249244-
CMYK0.6100.020.02
HSL178.04º92.73%67.65%-
HSV(B)178.04º61.45%97.65%-
XYZ55.0376.7797.51-
YUV202.68151.3151.91-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal962492440.6100.020.02178.0492.7367.65
Hex60F9F43D022b25d44
Octal14037136475022262135104
Binary11000001111100111110100111101010101011001010111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60F9F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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