#84B5FC

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

Shades of Maya Blue #84B5FC

Tints of Maya Blue #84B5FC

Color information

#84B5FC (or 0x84B5FC) is unknown color: approx Maya Blue. HEX triplet: 84, B5 and FC. RGB value is (132,181,252). Sum of RGB (Red+Green+Blue) = 132+181+252=565 (74% of max value = 765). Red value is 132 (51.95% from 255 or 23.36% from 565); Green value is 181 (71.09% from 255 or 32.04% from 565); Blue value is 252 (98.83% from 255 or 44.60% from 565); Max value from RGB is 252 - color contains mainly: blue. Hex color #84B5FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84B5FC is #7B4A03. Grayscale: #AEAEAE. Windows color (decimal): -8079876 or 16561540. OLE color: 16561540.

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

Color convert

RGB132181252-
CMYK0.480.2800.01
HSL215.5º95.24%75.29%-
HSV(B)215.5º47.62%98.82%-
XYZ43.6144.9898.48-
YUV174.44171.7797.73-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 23.36%
GREEN value IS 181 (71.09% from 255) = 32.04%
BLUE value IS 252 (98.83% from 255) = 44.60%
R=23.36%
G=32.04%
B=44.60%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1321812520.480.2800.01215.595.2475.29
Hex84B5FC301C01d85f4b
Octal204265374603401330137113
Binary10000100101101011111110011000011100011101100010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B5FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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