Html Css Color HEX #84BAFC Maya Blue

📋 copy color: '#84BAFC'

red 132 ◦ green 186 ◦ blue 252

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

Shades of Maya Blue #84BAFC

Tints of Maya Blue #84BAFC

RGB

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

 GREEN value IS 186 (73.05% from 255) = 32.63%

 BLUE value IS 252 (98.83% from 255) = 44.21%

R = 23.16%
G = 32.63%
B = 44.21%

CMYK

 C value IS 0.48

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#84BAFC (or 0x84BAFC) is known color: Maya Blue. HEX triplet: 84, BA and FC. RGB value is (132,186,252). Sum of RGB (Red+Green+Blue) = 132+186+252=570 (75% of max value = 765). Red value is 132 (51.95% from 255 or 23.16% from 570); Green value is 186 (73.05% from 255 or 32.63% from 570); Blue value is 252 (98.83% from 255 or 44.21% from 570); Max value from RGB is 252 - color contains mainly: blue. Hex color #84BAFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84BAFC is #7B4503. Grayscale: #B1B1B1. Windows color (decimal): -8078596 or 16562820. OLE color: 16562820.

HSL color Cylindrical-coordinate representation of color #84BAFC: hue angle of 213º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #84BAFC is Cyan = 0.48, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 132 186 252 -
CMYK 0.48 0.26 0 0.01
HSL 213º 0.95% 0.75% -
HSV(B) 213º 0.48% 0.99% -
XYZ 44.65 47.05 98.82 -
YUV 177.38 170.11 95.63 -
System Red Green Blue C M Y K H S L
Decimal 132 186 252 0.48 0.26 0 0.01 213 0.95 0.75
Hex 84 BA FC 30 1A 0 1 D5 5F 4B
Octal 204 272 374 60 32 0 1 325 137 113
Binary 10000100 10111010 11111100 110000 11010 0 1 11010101 1011111 1001011

Color Harmonies of #84BAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84BAFC

Black with #84BAFC

Text Example


Text Example

White with #84BAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,186,252); }

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

background-color css

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

 a { background-color: rgb(132,186,252); }

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

border-color css

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

 span { border-color: rgb(132,186,252); }

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