Html Css Color HEX #84AEFF Maya Blue

📋 copy color: '#84AEFF'

red 132 ◦ green 174 ◦ blue 255

#84AEFF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maya Blue #84AEFF

Tints of Maya Blue #84AEFF

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 value IS 0.48

 M value IS 0.32

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#84AEFF (or 0x84AEFF) is known color: 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

RGB 132 174 255 -
CMYK 0.48 0.32 0 0
HSL 219.51º 1% 0.76% -
HSV(B) 219.51º 0.48% 1% -
XYZ 42.7 42.4 100.54 -
YUV 170.68 175.59 100.41 -
System Red Green Blue C M Y K H S L
Decimal 132 174 255 0.48 0.32 0 0 219.51 1 0.76
Hex 84 AE FF 30 20 0 0 DC 64 4C
Octal 204 256 377 60 40 0 0 334 144 114
Binary 10000100 10101110 11111111 110000 100000 0 0 11011100 1100100 1001100

Color Harmonies of #84AEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84AEFF

Black with #84AEFF

Text Example


Text Example

White with #84AEFF

Text Example


Text Example

HTML Codes & Css Web 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>