#84bbf0

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

Shades of Maya Blue #84BBF0

Tints of Maya Blue #84BBF0

Color information

#84BBF0 (or 0x84BBF0) is unknown color: approx Maya Blue. HEX triplet: 84, BB and F0. RGB value is (132,187,240). Sum of RGB (Red+Green+Blue) = 132+187+240=559 (74% of max value = 765). Red value is 132 (51.95% from 255 or 23.61% from 559); Green value is 187 (73.44% from 255 or 33.45% from 559); Blue value is 240 (94.14% from 255 or 42.93% from 559); Max value from RGB is 240 - color contains mainly: blue. Hex color #84BBF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84BBF0 is #7B440F. Grayscale: #B0B0B0. Windows color (decimal): -8078352 or 15776644. OLE color: 15776644.

HSL color Cylindrical-coordinate representation of color #84BBF0: hue angle of 209.44º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #84BBF0 is Cyan = 0.45, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB132187240-
CMYK0.450.2200.06
HSL209.44º78.26%72.94%-
HSV(B)209.44º45%94.12%-
XYZ43.0146.7489.19-
YUV176.6163.7896.19-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 23.61%
GREEN value IS 187 (73.44% from 255) = 33.45%
BLUE value IS 240 (94.14% from 255) = 42.93%
R=23.61%
G=33.45%
B=42.93%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1321872400.450.2200.06209.4478.2672.94
Hex84BBF02D1606d14e49
Octal204273360552606321116111
Binary1000010010111011111100001011011011001101101000110011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84bbf0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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