#84B9F7

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

Shades of Maya Blue #84B9F7

Tints of Maya Blue #84B9F7

Color information

#84B9F7 (or 0x84B9F7) is unknown color: approx Maya Blue. HEX triplet: 84, B9 and F7. RGB value is (132,185,247). Sum of RGB (Red+Green+Blue) = 132+185+247=564 (74% of max value = 765). Red value is 132 (51.95% from 255 or 23.40% from 564); Green value is 185 (72.66% from 255 or 32.80% from 564); Blue value is 247 (96.88% from 255 or 43.79% from 564); Max value from RGB is 247 - color contains mainly: blue. Hex color #84B9F7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84B9F7 is #7B4608. Grayscale: #AFAFAF. Windows color (decimal): -8078857 or 16234884. OLE color: 16234884.

HSL color Cylindrical-coordinate representation of color #84B9F7: hue angle of 212.35º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #84B9F7 is Cyan = 0.47, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB132185247-
CMYK0.470.2500.03
HSL212.35º87.79%74.31%-
HSV(B)212.35º46.56%96.86%-
XYZ43.6546.3294.64-
YUV176.22167.9496.46-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 23.40%
GREEN value IS 185 (72.66% from 255) = 32.80%
BLUE value IS 247 (96.88% from 255) = 43.79%
R=23.40%
G=32.80%
B=43.79%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1321852470.470.2500.03212.3587.7974.31
Hex84B9F72F1903d4584a
Octal204271367573103324130112
Binary100001001011100111110111101111110010111101010010110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B9F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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