#60ADF9

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

Shades of Maya Blue #60ADF9

Tints of Maya Blue #60ADF9

Color information

#60ADF9 (or 0x60ADF9) is unknown color: approx Maya Blue. HEX triplet: 60, AD and F9. RGB value is (96,173,249). Sum of RGB (Red+Green+Blue) = 96+173+249=518 (68% of max value = 765). Red value is 96 (37.89% from 255 or 18.53% from 518); Green value is 173 (67.97% from 255 or 33.40% from 518); Blue value is 249 (97.66% from 255 or 48.07% from 518); Max value from RGB is 249 - color contains mainly: blue. Hex color #60ADF9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #60ADF9 is #9F5206. Grayscale: #9E9E9E. Windows color (decimal): -10441223 or 16362848. OLE color: 16362848.

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

Color convert

RGB96173249-
CMYK0.610.3100.02
HSL209.8º92.73%67.65%-
HSV(B)209.8º61.45%97.65%-
XYZ36.8739.2195.25-
YUV158.64178.9983.32-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 18.53%
GREEN value IS 173 (67.97% from 255) = 33.40%
BLUE value IS 249 (97.66% from 255) = 48.07%
R=18.53%
G=33.40%
B=48.07%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal961732490.610.3100.02209.892.7367.65
Hex60ADF93D1F02d25d44
Octal140255371753702322135104
Binary11000001010110111111001111101111110101101001010111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60ADF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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