#60FDF5

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

Shades of Baby Blue #60FDF5

Tints of Baby Blue #60FDF5

Color information

#60FDF5 (or 0x60FDF5) is unknown color: approx Baby Blue. HEX triplet: 60, FD and F5. RGB value is (96,253,245). Sum of RGB (Red+Green+Blue) = 96+253+245=594 (78% of max value = 765). Red value is 96 (37.89% from 255 or 16.16% from 594); Green value is 253 (99.22% from 255 or 42.59% from 594); Blue value is 245 (96.09% from 255 or 41.25% from 594); Max value from RGB is 253 - color contains mainly: green. Hex color #60FDF5 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #60FDF5 is #9F020A. Grayscale: #CDCDCD. Windows color (decimal): -10420747 or 16121184. OLE color: 16121184.

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

Color convert

RGB96253245-
CMYK0.6200.030.01
HSL176.94º97.52%68.43%-
HSV(B)176.94º62.06%99.22%-
XYZ56.4379.3398.72-
YUV205.14150.4950.15-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 16.16%
GREEN value IS 253 (99.22% from 255) = 42.59%
BLUE value IS 245 (96.09% from 255) = 41.25%
R=16.16%
G=42.59%
B=41.25%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal962532450.6200.030.01176.9497.5268.43
Hex60FDF53E031b16244
Octal14037536576031261142104
Binary1100000111111011111010111111001111011000111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60FDF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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