#60C7F9

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

Shades of Maya Blue #60C7F9

Tints of Maya Blue #60C7F9

Color information

#60C7F9 (or 0x60C7F9) is unknown color: approx Maya Blue. HEX triplet: 60, C7 and F9. RGB value is (96,199,249). Sum of RGB (Red+Green+Blue) = 96+199+249=544 (72% of max value = 765). Red value is 96 (37.89% from 255 or 17.65% from 544); Green value is 199 (78.12% from 255 or 36.58% from 544); Blue value is 249 (97.66% from 255 or 45.77% from 544); Max value from RGB is 249 - color contains mainly: blue. Hex color #60C7F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60C7F9 is #9F3806. Grayscale: #ADADAD. Windows color (decimal): -10434567 or 16369504. OLE color: 16369504.

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

Color convert

RGB96199249-
CMYK0.610.2000.02
HSL199.61º92.73%67.65%-
HSV(B)199.61º61.45%97.65%-
XYZ42.3550.1797.08-
YUV173.9170.3872.43-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 17.65%
GREEN value IS 199 (78.12% from 255) = 36.58%
BLUE value IS 249 (97.66% from 255) = 45.77%
R=17.65%
G=36.58%
B=45.77%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal961992490.610.2000.02199.6192.7367.65
Hex60C7F93D1402c85d44
Octal140307371752402310135104
Binary11000001100011111111001111101101000101100100010111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60C7F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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