Html Css Color HEX #84B3FE Maya Blue

📋 copy color: '#84B3FE'

red 132 ◦ green 179 ◦ blue 254

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

Shades of Maya Blue #84B3FE

Tints of Maya Blue #84B3FE

RGB

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

 GREEN value IS 179 (70.31% from 255) = 31.68%

 BLUE value IS 254 (99.61% from 255) = 44.96%

R = 23.36%
G = 31.68%
B = 44.96%

CMYK

 C value IS 0.48

 M value IS 0.30

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#84B3FE (or 0x84B3FE) is known color: Maya Blue. HEX triplet: 84, B3 and FE. RGB value is (132,179,254). Sum of RGB (Red+Green+Blue) = 132+179+254=565 (74% of max value = 765). Red value is 132 (51.95% from 255 or 23.36% from 565); Green value is 179 (70.31% from 255 or 31.68% from 565); Blue value is 254 (99.61% from 255 or 44.96% from 565); Max value from RGB is 254 - color contains mainly: blue. Hex color #84B3FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84B3FE is #7B4C01. Grayscale: #ADADAD. Windows color (decimal): -8080386 or 16692100. OLE color: 16692100.

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

Color convert

RGB 132 179 254 -
CMYK 0.48 0.30 0 0.00
HSL 216.89º 0.98% 0.76% -
HSV(B) 216.89º 0.48% 1% -
XYZ 43.53 44.3 100.02 -
YUV 173.5 173.43 98.4 -
System Red Green Blue C M Y K H S L
Decimal 132 179 254 0.48 0.30 0 0.00 216.89 0.98 0.76
Hex 84 B3 FE 30 1E 0 0 D9 62 4C
Octal 204 263 376 60 36 0 0 331 142 114
Binary 10000100 10110011 11111110 110000 11110 0 0 11011001 1100010 1001100

Color Harmonies of #84B3FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84B3FE

Black with #84B3FE

Text Example


Text Example

White with #84B3FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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