#84BAFB

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

Shades of Maya Blue #84BAFB

Tints of Maya Blue #84BAFB

Color information

#84BAFB (or 0x84BAFB) is unknown color: approx Maya Blue. HEX triplet: 84, BA and FB. RGB value is (132,186,251). Sum of RGB (Red+Green+Blue) = 132+186+251=569 (75% of max value = 765). Red value is 132 (51.95% from 255 or 23.20% from 569); Green value is 186 (73.05% from 255 or 32.69% from 569); Blue value is 251 (98.44% from 255 or 44.11% from 569); Max value from RGB is 251 - color contains mainly: blue. Hex color #84BAFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84BAFB is #7B4504. Grayscale: #B0B0B0. Windows color (decimal): -8078597 or 16497284. OLE color: 16497284.

HSL color Cylindrical-coordinate representation of color #84BAFB: hue angle of 212.77º 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 #84BAFB is Cyan = 0.47, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB132186251-
CMYK0.470.2600.02
HSL212.77º93.7%75.1%-
HSV(B)212.77º47.41%98.43%-
XYZ44.4946.9997.99-
YUV177.26169.6195.71-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 23.20%
GREEN value IS 186 (73.05% from 255) = 32.69%
BLUE value IS 251 (98.44% from 255) = 44.11%
R=23.20%
G=32.69%
B=44.11%

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
Decimal1321862510.470.2600.02212.7793.775.1
Hex84BAFB2F1A02d55e4b
Octal204272373573202325136113
Binary100001001011101011111011101111110100101101010110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84BAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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