#60C6F9

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

Shades of Maya Blue #60C6F9

Tints of Maya Blue #60C6F9

Color information

#60C6F9 (or 0x60C6F9) is unknown color: approx Maya Blue. HEX triplet: 60, C6 and F9. RGB value is (96,198,249). Sum of RGB (Red+Green+Blue) = 96+198+249=543 (71% of max value = 765). Red value is 96 (37.89% from 255 or 17.68% from 543); Green value is 198 (77.73% from 255 or 36.46% from 543); Blue value is 249 (97.66% from 255 or 45.86% from 543); Max value from RGB is 249 - color contains mainly: blue. Hex color #60C6F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60C6F9 is #9F3906. Grayscale: #ADADAD. Windows color (decimal): -10434823 or 16369248. OLE color: 16369248.

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

Color convert

RGB96198249-
CMYK0.610.2000.02
HSL200º92.73%67.65%-
HSV(B)200º61.45%97.65%-
XYZ42.1249.7197-
YUV173.32170.7172.85-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 17.68%
GREEN value IS 198 (77.73% from 255) = 36.46%
BLUE value IS 249 (97.66% from 255) = 45.86%
R=17.68%
G=36.46%
B=45.86%

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
Decimal961982490.610.2000.0220092.7367.65
Hex60C6F93D1402c85d44
Octal140306371752402310135104
Binary11000001100011011111001111101101000101100100010111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60C6F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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