#60AEFC

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

Shades of Maya Blue #60AEFC

Tints of Maya Blue #60AEFC

Color information

#60AEFC (or 0x60AEFC) is unknown color: approx Maya Blue. HEX triplet: 60, AE and FC. RGB value is (96,174,252). Sum of RGB (Red+Green+Blue) = 96+174+252=522 (69% of max value = 765). Red value is 96 (37.89% from 255 or 18.39% from 522); Green value is 174 (68.36% from 255 or 33.33% from 522); Blue value is 252 (98.83% from 255 or 48.28% from 522); Max value from RGB is 252 - color contains mainly: blue. Hex color #60AEFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #60AEFC is #9F5103. Grayscale: #9F9F9F. Windows color (decimal): -10440964 or 16559712. OLE color: 16559712.

HSL color Cylindrical-coordinate representation of color #60AEFC: hue angle of 210º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60AEFC is Cyan = 0.62, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB96174252-
CMYK0.620.3100.01
HSL210º96.3%68.24%-
HSV(B)210º61.9%98.82%-
XYZ37.5339.7997.8-
YUV159.57180.1682.66-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 18.39%
GREEN value IS 174 (68.36% from 255) = 33.33%
BLUE value IS 252 (98.83% from 255) = 48.28%
R=18.39%
G=33.33%
B=48.28%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal961742520.620.3100.0121096.368.24
Hex60AEFC3E1F01d26044
Octal140256374763701322140104
Binary1100000101011101111110011111011111011101001011000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60AEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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