#84B9FE

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

Shades of Maya Blue #84B9FE

Tints of Maya Blue #84B9FE

Color information

#84B9FE (or 0x84B9FE) is unknown color: approx Maya Blue. HEX triplet: 84, B9 and FE. RGB value is (132,185,254). Sum of RGB (Red+Green+Blue) = 132+185+254=571 (75% of max value = 765). Red value is 132 (51.95% from 255 or 23.12% from 571); Green value is 185 (72.66% from 255 or 32.40% from 571); Blue value is 254 (99.61% from 255 or 44.48% from 571); Max value from RGB is 254 - color contains mainly: blue. Hex color #84B9FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84B9FE is #7B4601. Grayscale: #B0B0B0. Windows color (decimal): -8078850 or 16693636. OLE color: 16693636.

HSL color Cylindrical-coordinate representation of color #84B9FE: hue angle of 213.93º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #84B9FE is Cyan = 0.48, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB132185254-
CMYK0.480.2700.00
HSL213.93º98.39%75.69%-
HSV(B)213.93º48.03%99.61%-
XYZ44.7546.76100.43-
YUV177.02171.4495.89-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 23.12%
GREEN value IS 185 (72.66% from 255) = 32.40%
BLUE value IS 254 (99.61% from 255) = 44.48%
R=23.12%
G=32.40%
B=44.48%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1321852540.480.2700.00213.9398.3975.69
Hex84B9FE301B00d6624c
Octal204271376603300326142114
Binary10000100101110011111111011000011011001101011011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,185,254); }

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

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

 a { background-color: rgb(132,185,254); }

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

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

 span { border-color: rgb(132,185,254); }

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