Html Css Color HEX #84AFFE Maya Blue

📋 copy color: '#84AFFE'

red 132 ◦ green 175 ◦ blue 254

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

Shades of Maya Blue #84AFFE

Tints of Maya Blue #84AFFE

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

 M value IS 0.31

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

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

RGB 132 175 254 -
CMYK 0.48 0.31 0 0.00
HSL 218.85º 0.98% 0.76% -
HSV(B) 218.85º 0.48% 1% -
XYZ 42.74 42.72 99.76 -
YUV 171.15 174.75 100.08 -
System Red Green Blue C M Y K H S L
Decimal 132 175 254 0.48 0.31 0 0.00 218.85 0.98 0.76
Hex 84 AF FE 30 1F 0 0 DB 62 4C
Octal 204 257 376 60 37 0 0 333 142 114
Binary 10000100 10101111 11111110 110000 11111 0 0 11011011 1100010 1001100

Color Harmonies of #84AFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84AFFE

Black with #84AFFE

Text Example


Text Example

White with #84AFFE

Text Example


Text Example

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