#84B7FC

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

Shades of Maya Blue #84B7FC

Tints of Maya Blue #84B7FC

Color information

#84B7FC (or 0x84B7FC) is unknown color: approx Maya Blue. HEX triplet: 84, B7 and FC. RGB value is (132,183,252). Sum of RGB (Red+Green+Blue) = 132+183+252=567 (75% of max value = 765). Red value is 132 (51.95% from 255 or 23.28% from 567); Green value is 183 (71.88% from 255 or 32.28% from 567); Blue value is 252 (98.83% from 255 or 44.44% from 567); Max value from RGB is 252 - color contains mainly: blue. Hex color #84B7FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84B7FC is #7B4803. Grayscale: #AFAFAF. Windows color (decimal): -8079364 or 16562052. OLE color: 16562052.

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

Color convert

RGB132183252-
CMYK0.480.2700.01
HSL214.5º95.24%75.29%-
HSV(B)214.5º47.62%98.82%-
XYZ44.0245.898.62-
YUV175.62171.196.89-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 23.28%
GREEN value IS 183 (71.88% from 255) = 32.28%
BLUE value IS 252 (98.83% from 255) = 44.44%
R=23.28%
G=32.28%
B=44.44%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1321832520.480.2700.01214.595.2475.29
Hex84B7FC301B01d65f4b
Octal204267374603301326137113
Binary10000100101101111111110011000011011011101011010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B7FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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