Html Css Color HEX #84AFFF Maya Blue

📋 copy color: '#84AFFF'

red 132 ◦ green 175 ◦ blue 255

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

Shades of Maya Blue #84AFFF

Tints of Maya Blue #84AFFF

RGB

 RED value IS 132 (51.95% from 255) = 23.49%

 GREEN value IS 175 (68.75% from 255) = 31.14%

 BLUE value IS 255 (100% from 255) = 45.37%

R = 23.49%
G = 31.14%
B = 45.37%

CMYK

 C value IS 0.48

 M value IS 0.31

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#84AFFF (or 0x84AFFF) is known color: Maya Blue. HEX triplet: 84, AF and FF. RGB value is (132,175,255). Sum of RGB (Red+Green+Blue) = 132+175+255=562 (74% of max value = 765). Red value is 132 (51.95% from 255 or 23.49% from 562); Green value is 175 (68.75% from 255 or 31.14% from 562); Blue value is 255 (100% from 255 or 45.37% from 562); Max value from RGB is 255 - color contains mainly: blue. Hex color #84AFFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #84AFFF is #7B5000. Grayscale: #AAAAAA. Windows color (decimal): -8081409 or 16756612. OLE color: 16756612.

HSL color Cylindrical-coordinate representation of color #84AFFF: hue angle of 219.02º 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 #84AFFF is Cyan = 0.48, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 132 175 255 -
CMYK 0.48 0.31 0 0
HSL 219.02º 1% 0.76% -
HSV(B) 219.02º 0.48% 1% -
XYZ 42.9 42.79 100.61 -
YUV 171.26 175.25 100 -
System Red Green Blue C M Y K H S L
Decimal 132 175 255 0.48 0.31 0 0 219.02 1 0.76
Hex 84 AF FF 30 1F 0 0 DB 64 4C
Octal 204 257 377 60 37 0 0 333 144 114
Binary 10000100 10101111 11111111 110000 11111 0 0 11011011 1100100 1001100

Color Harmonies of #84AFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84AFFF

Black with #84AFFF

Text Example


Text Example

White with #84AFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #84AFFF;
 }
 .AnyTagClassName
 {
   color: #84AFFF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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