#60AEFF

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

Shades of Maya Blue #60AEFF

Tints of Maya Blue #60AEFF

Color information

#60AEFF (or 0x60AEFF) is unknown color: approx Maya Blue. HEX triplet: 60, AE and FF. RGB value is (96,174,255). Sum of RGB (Red+Green+Blue) = 96+174+255=525 (69% of max value = 765). Red value is 96 (37.89% from 255 or 18.29% from 525); Green value is 174 (68.36% from 255 or 33.14% from 525); Blue value is 255 (100% from 255 or 48.57% from 525); Max value from RGB is 255 - color contains mainly: blue. Hex color #60AEFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #60AEFF is #9F5100. Grayscale: #9F9F9F. Windows color (decimal): -10440961 or 16756320. OLE color: 16756320.

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

Color convert

RGB96174255-
CMYK0.620.3200
HSL210.57º100%68.82%-
HSV(B)210.57º62.35%100%-
XYZ38.0139.98100.32-
YUV159.91181.6682.41-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 18.29%
GREEN value IS 174 (68.36% from 255) = 33.14%
BLUE value IS 255 (100% from 255) = 48.57%
R=18.29%
G=33.14%
B=48.57%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal961742550.620.3200210.5710068.82
Hex60AEFF3E2000d36445
Octal140256377764000323144105
Binary11000001010111011111111111110100000001101001111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60AEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,174,255); }

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

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

 a { background-color: rgb(96,174,255); }

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

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

 span { border-color: rgb(96,174,255); }

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