#84AFFE

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

Shades of Maya Blue #84AFFE

Tints of Maya Blue #84AFFE

Color information

#84AFFE (or 0x84AFFE) is unknown color: approx Maya Blue. HEX triplet: 84, AF and FE. RGB value is (132,175,254). Sum of RGB (Red+Green+Blue) = 132+175+254=561 (74% of max value = 765). Red value is 132 (51.95% from 255 or 23.53% from 561); Green value is 175 (68.75% from 255 or 31.19% from 561); Blue value is 254 (99.61% from 255 or 45.28% from 561); Max value from RGB is 254 - color contains mainly: blue. Hex color #84AFFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #84AFFE is #7B5001. Grayscale: #AAAAAA. Windows color (decimal): -8081410 or 16691076. OLE color: 16691076.

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

Color convert

RGB132175254-
CMYK0.480.3100.00
HSL218.85º98.39%75.69%-
HSV(B)218.85º48.03%99.61%-
XYZ42.7442.7299.76-
YUV171.15174.75100.08-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 23.53%
GREEN value IS 175 (68.75% from 255) = 31.19%
BLUE value IS 254 (99.61% from 255) = 45.28%
R=23.53%
G=31.19%
B=45.28%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1321752540.480.3100.00218.8598.3975.69
Hex84AFFE301F00db624c
Octal204257376603700333142114
Binary10000100101011111111111011000011111001101101111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84AFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,175,254); }

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

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

 a { background-color: rgb(132,175,254); }

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

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

 span { border-color: rgb(132,175,254); }

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