#84BCFF

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

Shades of Maya Blue #84BCFF

Tints of Maya Blue #84BCFF

Color information

#84BCFF (or 0x84BCFF) is unknown color: approx 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

RGB132188255-
CMYK0.480.2600
HSL212.68º100%75.88%-
HSV(B)212.68º48.24%100%-
XYZ45.5548.09101.49-
YUV178.89170.9594.55-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 22.96%
GREEN value IS 188 (73.83% from 255) = 32.70%
BLUE value IS 255 (100% from 255) = 44.35%
R=22.96%
G=32.70%
B=44.35%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1321882550.480.2600212.6810075.88
Hex84BCFF301A00d5644c
Octal204274377603200325144114
Binary10000100101111001111111111000011010001101010111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84BCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>