Html Css Color HEX #84B0FF Maya Blue

📋 copy color: '#84B0FF'

red 132 ◦ green 176 ◦ blue 255

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

Shades of Maya Blue #84B0FF

Tints of Maya Blue #84B0FF

RGB

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

 GREEN value IS 176 (69.14% from 255) = 31.26%

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

R = 23.45%
G = 31.26%
B = 45.29%

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

#84B0FF (or 0x84B0FF) is known color: Maya Blue. HEX triplet: 84, B0 and FF. RGB value is (132,176,255). Sum of RGB (Red+Green+Blue) = 132+176+255=563 (74% of max value = 765). Red value is 132 (51.95% from 255 or 23.45% from 563); Green value is 176 (69.14% from 255 or 31.26% from 563); Blue value is 255 (100% from 255 or 45.29% from 563); Max value from RGB is 255 - color contains mainly: blue. Hex color #84B0FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #84B0FF is #7B4F00. Grayscale: #ABABAB. Windows color (decimal): -8081153 or 16756868. OLE color: 16756868.

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

Color convert

RGB 132 176 255 -
CMYK 0.48 0.31 0 0
HSL 218.54º 1% 0.76% -
HSV(B) 218.54º 0.48% 1% -
XYZ 43.09 43.18 100.67 -
YUV 171.85 174.92 99.58 -
System Red Green Blue C M Y K H S L
Decimal 132 176 255 0.48 0.31 0 0 218.54 1 0.76
Hex 84 B0 FF 30 1F 0 0 DB 64 4C
Octal 204 260 377 60 37 0 0 333 144 114
Binary 10000100 10110000 11111111 110000 11111 0 0 11011011 1100100 1001100

Color Harmonies of #84B0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84B0FF

Black with #84B0FF

Text Example


Text Example

White with #84B0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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