#60F9F3

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

Shades of Baby Blue #60F9F3

Tints of Baby Blue #60F9F3

Color information

#60F9F3 (or 0x60F9F3) is unknown color: approx Baby Blue. HEX triplet: 60, F9 and F3. RGB value is (96,249,243). Sum of RGB (Red+Green+Blue) = 96+249+243=588 (77% of max value = 765). Red value is 96 (37.89% from 255 or 16.33% from 588); Green value is 249 (97.66% from 255 or 42.35% from 588); Blue value is 243 (95.31% from 255 or 41.33% from 588); Max value from RGB is 249 - color contains mainly: green. Hex color #60F9F3 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #60F9F3 is #9F060C. Grayscale: #CACACA. Windows color (decimal): -10421773 or 15989088. OLE color: 15989088.

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

Color convert

RGB96249243-
CMYK0.6100.020.02
HSL177.65º92.73%67.65%-
HSV(B)177.65º61.45%97.65%-
XYZ54.8876.7196.71-
YUV202.57150.8151.99-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 16.33%
GREEN value IS 249 (97.66% from 255) = 42.35%
BLUE value IS 243 (95.31% from 255) = 41.33%
R=16.33%
G=42.35%
B=41.33%

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
Decimal962492430.6100.020.02177.6592.7367.65
Hex60F9F33D022b25d44
Octal14037136375022262135104
Binary11000001111100111110011111101010101011001010111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60F9F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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