#84BBFE

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

Shades of Maya Blue #84BBFE

Tints of Maya Blue #84BBFE

Color information

#84BBFE (or 0x84BBFE) is unknown color: approx Maya Blue. HEX triplet: 84, BB and FE. RGB value is (132,187,254). Sum of RGB (Red+Green+Blue) = 132+187+254=573 (75% of max value = 765). Red value is 132 (51.95% from 255 or 23.04% from 573); Green value is 187 (73.44% from 255 or 32.64% from 573); Blue value is 254 (99.61% from 255 or 44.33% from 573); Max value from RGB is 254 - color contains mainly: blue. Hex color #84BBFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84BBFE is #7B4401. Grayscale: #B1B1B1. Windows color (decimal): -8078338 or 16694148. OLE color: 16694148.

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

Color convert

RGB132187254-
CMYK0.480.2600.00
HSL212.95º98.39%75.69%-
HSV(B)212.95º48.03%99.61%-
XYZ45.1847.6100.57-
YUV178.19170.7895.05-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 23.04%
GREEN value IS 187 (73.44% from 255) = 32.64%
BLUE value IS 254 (99.61% from 255) = 44.33%
R=23.04%
G=32.64%
B=44.33%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1321872540.480.2600.00212.9598.3975.69
Hex84BBFE301A00d5624c
Octal204273376603200325142114
Binary10000100101110111111111011000011010001101010111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84BBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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