Html Css Color HEX #84BBEE Maya Blue

📋 copy color: '#84BBEE'

red 132 ◦ green 187 ◦ blue 238

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

Shades of Maya Blue #84BBEE

Tints of Maya Blue #84BBEE

RGB

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

 GREEN value IS 187 (73.44% from 255) = 33.57%

 BLUE value IS 238 (93.36% from 255) = 42.73%

R = 23.7%
G = 33.57%
B = 42.73%

CMYK

 C value IS 0.45

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#84BBEE (or 0x84BBEE) is known color: Maya Blue. HEX triplet: 84, BB and EE. RGB value is (132,187,238). Sum of RGB (Red+Green+Blue) = 132+187+238=557 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.70% from 557); Green value is 187 (73.44% from 255 or 33.57% from 557); Blue value is 238 (93.36% from 255 or 42.73% from 557); Max value from RGB is 238 - color contains mainly: blue. Hex color #84BBEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84BBEE is #7B4411. Grayscale: #B0B0B0. Windows color (decimal): -8078354 or 15645572. OLE color: 15645572.

HSL color Cylindrical-coordinate representation of color #84BBEE: hue angle of 208.87º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #84BBEE is Cyan = 0.45, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 132 187 238 -
CMYK 0.45 0.21 0 0.07
HSL 208.87º 0.76% 0.73% -
HSV(B) 208.87º 0.45% 0.93% -
XYZ 42.72 46.62 87.64 -
YUV 176.37 162.78 96.35 -
System Red Green Blue C M Y K H S L
Decimal 132 187 238 0.45 0.21 0 0.07 208.87 0.76 0.73
Hex 84 BB EE 2D 15 0 7 D1 4C 49
Octal 204 273 356 55 25 0 7 321 114 111
Binary 10000100 10111011 11101110 101101 10101 0 111 11010001 1001100 1001001

Color Harmonies of #84BBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84BBEE

Black with #84BBEE

Text Example


Text Example

White with #84BBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,187,238); }

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

background-color css

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

 a { background-color: rgb(132,187,238); }

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

border-color css

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

 span { border-color: rgb(132,187,238); }

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