#60fef0

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

Shades of Baby Blue #60FEF0

Tints of Baby Blue #60FEF0

Color information

#60FEF0 (or 0x60FEF0) is unknown color: approx Baby Blue. HEX triplet: 60, FE and F0. RGB value is (96,254,240). Sum of RGB (Red+Green+Blue) = 96+254+240=590 (78% of max value = 765). Red value is 96 (37.89% from 255 or 16.27% from 590); Green value is 254 (99.61% from 255 or 43.05% from 590); Blue value is 240 (94.14% from 255 or 40.68% from 590); Max value from RGB is 254 - color contains mainly: green. Hex color #60FEF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #60FEF0 is #9F010F. Grayscale: #CDCDCD. Windows color (decimal): -10420496 or 15793760. OLE color: 15793760.

HSL color Cylindrical-coordinate representation of color #60FEF0: hue angle of 174.68º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60FEF0 is Cyan = 0.62, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.

Color convert

RGB96254240-
CMYK0.6200.060.00
HSL174.68º98.75%68.63%-
HSV(B)174.68º62.2%99.61%-
XYZ55.9979.6694.86-
YUV205.16147.6550.14-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 16.27%
GREEN value IS 254 (99.61% from 255) = 43.05%
BLUE value IS 240 (94.14% from 255) = 40.68%
R=16.27%
G=43.05%
B=40.68%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal962542400.6200.060.00174.6898.7568.63
Hex60FEF03E060af6345
Octal14037636076060257143105
Binary11000001111111011110000111110011001010111111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60fef0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,254,240); }

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

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

 a { background-color: rgb(96,254,240); }

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

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

 span { border-color: rgb(96,254,240); }

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