#84BBF4

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

Shades of Maya Blue #84BBF4

Tints of Maya Blue #84BBF4

Color information

#84BBF4 (or 0x84BBF4) is unknown color: approx Maya Blue. HEX triplet: 84, BB and F4. RGB value is (132,187,244). Sum of RGB (Red+Green+Blue) = 132+187+244=563 (74% of max value = 765). Red value is 132 (51.95% from 255 or 23.45% from 563); Green value is 187 (73.44% from 255 or 33.21% from 563); Blue value is 244 (95.70% from 255 or 43.34% from 563); Max value from RGB is 244 - color contains mainly: blue. Hex color #84BBF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84BBF4 is #7B440B. Grayscale: #B0B0B0. Windows color (decimal): -8078348 or 16038788. OLE color: 16038788.

HSL color Cylindrical-coordinate representation of color #84BBF4: hue angle of 210.54º degrees, saturation: 0.84, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #84BBF4 is Cyan = 0.46, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB132187244-
CMYK0.460.2300.04
HSL210.54º83.58%73.73%-
HSV(B)210.54º45.9%95.69%-
XYZ43.6246.9892.36-
YUV177.05165.7895.87-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 23.45%
GREEN value IS 187 (73.44% from 255) = 33.21%
BLUE value IS 244 (95.70% from 255) = 43.34%
R=23.45%
G=33.21%
B=43.34%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1321872440.460.2300.04210.5483.5873.73
Hex84BBF42E1704d3544a
Octal204273364562704323124112
Binary1000010010111011111101001011101011101001101001110101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84BBF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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