#84BCEE

Color #84BCEE Maya Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maya Blue #84BCEE

Tints of Maya Blue #84BCEE

Color information

#84BCEE (or 0x84BCEE) is unknown color: approx Maya Blue. HEX triplet: 84, BC and EE. RGB value is (132,188,238). Sum of RGB (Red+Green+Blue) = 132+188+238=558 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.66% from 558); Green value is 188 (73.83% from 255 or 33.69% from 558); Blue value is 238 (93.36% from 255 or 42.65% from 558); Max value from RGB is 238 - color contains mainly: blue. Hex color #84BCEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84BCEE is #7B4311. Grayscale: #B0B0B0. Windows color (decimal): -8078098 or 15645828. OLE color: 15645828.

HSL color Cylindrical-coordinate representation of color #84BCEE: hue angle of 208.3º 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 #84BCEE is Cyan = 0.45, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB132188238-
CMYK0.450.2100.07
HSL208.3º75.71%72.55%-
HSV(B)208.3º44.54%93.33%-
XYZ42.9347.0587.71-
YUV176.96162.4595.93-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 23.66%
GREEN value IS 188 (73.83% from 255) = 33.69%
BLUE value IS 238 (93.36% from 255) = 42.65%
R=23.66%
G=33.69%
B=42.65%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1321882380.450.2100.07208.375.7172.55
Hex84BCEE2D1507d04c49
Octal204274356552507320114111
Binary1000010010111100111011101011011010101111101000010011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84BCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #84BCEE;
 }
 .AnyTagClassName
 {
   color: #84BCEE;
 }
</style>
background-color css

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

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

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

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

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

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