#84B9FB

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

Shades of Maya Blue #84B9FB

Tints of Maya Blue #84B9FB

Color information

#84B9FB (or 0x84B9FB) is unknown color: approx Maya Blue. HEX triplet: 84, B9 and FB. RGB value is (132,185,251). Sum of RGB (Red+Green+Blue) = 132+185+251=568 (75% of max value = 765). Red value is 132 (51.95% from 255 or 23.24% from 568); Green value is 185 (72.66% from 255 or 32.57% from 568); Blue value is 251 (98.44% from 255 or 44.19% from 568); Max value from RGB is 251 - color contains mainly: blue. Hex color #84B9FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84B9FB is #7B4604. Grayscale: #B0B0B0. Windows color (decimal): -8078853 or 16497028. OLE color: 16497028.

HSL color Cylindrical-coordinate representation of color #84B9FB: hue angle of 213.28º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #84B9FB is Cyan = 0.47, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB132185251-
CMYK0.470.2600.02
HSL213.28º93.7%75.1%-
HSV(B)213.28º47.41%98.43%-
XYZ44.2846.5797.92-
YUV176.68169.9496.13-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 23.24%
GREEN value IS 185 (72.66% from 255) = 32.57%
BLUE value IS 251 (98.44% from 255) = 44.19%
R=23.24%
G=32.57%
B=44.19%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1321852510.470.2600.02213.2893.775.1
Hex84B9FB2F1A02d55e4b
Octal204271373573202325136113
Binary100001001011100111111011101111110100101101010110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B9FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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