#60FDF6

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

Shades of Baby Blue #60FDF6

Tints of Baby Blue #60FDF6

Color information

#60FDF6 (or 0x60FDF6) is unknown color: approx Baby Blue. HEX triplet: 60, FD and F6. RGB value is (96,253,246). Sum of RGB (Red+Green+Blue) = 96+253+246=595 (78% of max value = 765). Red value is 96 (37.89% from 255 or 16.13% from 595); Green value is 253 (99.22% from 255 or 42.52% from 595); Blue value is 246 (96.48% from 255 or 41.34% from 595); Max value from RGB is 253 - color contains mainly: green. Hex color #60FDF6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #60FDF6 is #9F0209. Grayscale: #CDCDCD. Windows color (decimal): -10420746 or 16186720. OLE color: 16186720.

HSL color Cylindrical-coordinate representation of color #60FDF6: hue angle of 177.32º 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 #60FDF6 is Cyan = 0.62, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.01.

Color convert

RGB96253246-
CMYK0.6200.030.01
HSL177.32º97.52%68.43%-
HSV(B)177.32º62.06%99.22%-
XYZ56.5879.3999.53-
YUV205.26150.9950.07-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 16.13%
GREEN value IS 253 (99.22% from 255) = 42.52%
BLUE value IS 246 (96.48% from 255) = 41.34%
R=16.13%
G=42.52%
B=41.34%

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
Decimal962532460.6200.030.01177.3297.5268.43
Hex60FDF63E031b16244
Octal14037536676031261142104
Binary1100000111111011111011011111001111011000111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60FDF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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