#84AEFF

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

Shades of Maya Blue #84AEFF

Tints of Maya Blue #84AEFF

Color information

#84AEFF (or 0x84AEFF) is unknown color: approx Maya Blue. HEX triplet: 84, AE and FF. RGB value is (132,174,255). Sum of RGB (Red+Green+Blue) = 132+174+255=561 (74% of max value = 765). Red value is 132 (51.95% from 255 or 23.53% from 561); Green value is 174 (68.36% from 255 or 31.02% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #84AEFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #84AEFF is #7B5100. Grayscale: #AAAAAA. Windows color (decimal): -8081665 or 16756356. OLE color: 16756356.

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

Color convert

RGB132174255-
CMYK0.480.3200
HSL219.51º100%75.88%-
HSV(B)219.51º48.24%100%-
XYZ42.742.4100.54-
YUV170.68175.59100.41-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 23.53%
GREEN value IS 174 (68.36% from 255) = 31.02%
BLUE value IS 255 (100% from 255) = 45.45%
R=23.53%
G=31.02%
B=45.45%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1321742550.480.3200219.5110075.88
Hex84AEFF302000dc644c
Octal204256377604000334144114
Binary100001001010111011111111110000100000001101110011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84AEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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