#60C7FE

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

Shades of Maya Blue #60C7FE

Tints of Maya Blue #60C7FE

Color information

#60C7FE (or 0x60C7FE) is unknown color: approx Maya Blue. HEX triplet: 60, C7 and FE. RGB value is (96,199,254). Sum of RGB (Red+Green+Blue) = 96+199+254=549 (72% of max value = 765). Red value is 96 (37.89% from 255 or 17.49% from 549); Green value is 199 (78.12% from 255 or 36.25% from 549); Blue value is 254 (99.61% from 255 or 46.27% from 549); Max value from RGB is 254 - color contains mainly: blue. Hex color #60C7FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60C7FE is #9F3801. Grayscale: #AEAEAE. Windows color (decimal): -10434562 or 16697184. OLE color: 16697184.

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

Color convert

RGB96199254-
CMYK0.620.2200.00
HSL200.89º98.75%68.63%-
HSV(B)200.89º62.2%99.61%-
XYZ43.1450.49101.24-
YUV174.47172.8872.03-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 17.49%
GREEN value IS 199 (78.12% from 255) = 36.25%
BLUE value IS 254 (99.61% from 255) = 46.27%
R=17.49%
G=36.25%
B=46.27%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal961992540.620.2200.00200.8998.7568.63
Hex60C7FE3E1600c96345
Octal140307376762600311143105
Binary1100000110001111111111011111010110001100100111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60C7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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