#84B8FE

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

Shades of Maya Blue #84B8FE

Tints of Maya Blue #84B8FE

Color information

#84B8FE (or 0x84B8FE) is unknown color: approx Maya Blue. HEX triplet: 84, B8 and FE. RGB value is (132,184,254). Sum of RGB (Red+Green+Blue) = 132+184+254=570 (75% of max value = 765). Red value is 132 (51.95% from 255 or 23.16% from 570); Green value is 184 (72.27% from 255 or 32.28% from 570); Blue value is 254 (99.61% from 255 or 44.56% from 570); Max value from RGB is 254 - color contains mainly: blue. Hex color #84B8FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84B8FE is #7B4701. Grayscale: #B0B0B0. Windows color (decimal): -8079106 or 16693380. OLE color: 16693380.

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

Color convert

RGB132184254-
CMYK0.480.2800.00
HSL214.43º98.39%75.69%-
HSV(B)214.43º48.03%99.61%-
XYZ44.5546.34100.36-
YUV176.43171.7796.31-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 23.16%
GREEN value IS 184 (72.27% from 255) = 32.28%
BLUE value IS 254 (99.61% from 255) = 44.56%
R=23.16%
G=32.28%
B=44.56%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1321842540.480.2800.00214.4398.3975.69
Hex84B8FE301C00d6624c
Octal204270376603400326142114
Binary10000100101110001111111011000011100001101011011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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