Html Css Color HEX #84B2FE Maya Blue

📋 copy color: '#84B2FE'

red 132 ◦ green 178 ◦ blue 254

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

Shades of Maya Blue #84B2FE

Tints of Maya Blue #84B2FE

RGB

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

 GREEN value IS 178 (69.92% from 255) = 31.56%

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

R = 23.4%
G = 31.56%
B = 45.04%

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

#84B2FE (or 0x84B2FE) is known color: Maya Blue. HEX triplet: 84, B2 and FE. RGB value is (132,178,254). Sum of RGB (Red+Green+Blue) = 132+178+254=564 (74% of max value = 765). Red value is 132 (51.95% from 255 or 23.40% from 564); Green value is 178 (69.92% from 255 or 31.56% from 564); Blue value is 254 (99.61% from 255 or 45.04% from 564); Max value from RGB is 254 - color contains mainly: blue. Hex color #84B2FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #84B2FE is #7B4D01. Grayscale: #ACACAC. Windows color (decimal): -8080642 or 16691844. OLE color: 16691844.

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

Color convert

RGB 132 178 254 -
CMYK 0.48 0.30 0 0.00
HSL 217.38º 0.98% 0.76% -
HSV(B) 217.38º 0.48% 1% -
XYZ 43.33 43.9 99.96 -
YUV 172.91 173.76 98.82 -
System Red Green Blue C M Y K H S L
Decimal 132 178 254 0.48 0.30 0 0.00 217.38 0.98 0.76
Hex 84 B2 FE 30 1E 0 0 D9 62 4C
Octal 204 262 376 60 36 0 0 331 142 114
Binary 10000100 10110010 11111110 110000 11110 0 0 11011001 1100010 1001100

Color Harmonies of #84B2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84B2FE

Black with #84B2FE

Text Example


Text Example

White with #84B2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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