Html Css Color HEX #84BCFF Maya Blue

📋 copy color: '#84BCFF'

red 132 ◦ green 188 ◦ blue 255

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

Shades of Maya Blue #84BCFF

Tints of Maya Blue #84BCFF

RGB

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

 GREEN value IS 188 (73.83% from 255) = 32.7%

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

R = 22.96%
G = 32.7%
B = 44.35%

CMYK

 C value IS 0.48

 M value IS 0.26

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#84BCFF (or 0x84BCFF) is known color: Maya Blue. HEX triplet: 84, BC and FF. RGB value is (132,188,255). Sum of RGB (Red+Green+Blue) = 132+188+255=575 (76% of max value = 765). Red value is 132 (51.95% from 255 or 22.96% from 575); Green value is 188 (73.83% from 255 or 32.70% from 575); Blue value is 255 (100% from 255 or 44.35% from 575); Max value from RGB is 255 - color contains mainly: blue. Hex color #84BCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84BCFF is #7B4300. Grayscale: #B2B2B2. Windows color (decimal): -8078081 or 16759940. OLE color: 16759940.

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

Color convert

RGB 132 188 255 -
CMYK 0.48 0.26 0 0
HSL 212.68º 1% 0.76% -
HSV(B) 212.68º 0.48% 1% -
XYZ 45.55 48.09 101.49 -
YUV 178.89 170.95 94.55 -
System Red Green Blue C M Y K H S L
Decimal 132 188 255 0.48 0.26 0 0 212.68 1 0.76
Hex 84 BC FF 30 1A 0 0 D5 64 4C
Octal 204 274 377 60 32 0 0 325 144 114
Binary 10000100 10111100 11111111 110000 11010 0 0 11010101 1100100 1001100

Color Harmonies of #84BCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84BCFF

Black with #84BCFF

Text Example


Text Example

White with #84BCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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