#82BCEB

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

Shades of Maya Blue #82BCEB

Tints of Maya Blue #82BCEB

Color information

#82BCEB (or 0x82BCEB) is unknown color: approx Maya Blue. HEX triplet: 82, BC and EB. RGB value is (130,188,235). Sum of RGB (Red+Green+Blue) = 130+188+235=553 (73% of max value = 765). Red value is 130 (51.17% from 255 or 23.51% from 553); Green value is 188 (73.83% from 255 or 34.00% from 553); Blue value is 235 (92.19% from 255 or 42.50% from 553); Max value from RGB is 235 - color contains mainly: blue. Hex color #82BCEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82BCEB is #7D4314. Grayscale: #AFAFAF. Windows color (decimal): -8209173 or 15449218. OLE color: 15449218.

HSL color Cylindrical-coordinate representation of color #82BCEB: hue angle of 206.86º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #82BCEB is Cyan = 0.45, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB130188235-
CMYK0.450.200.08
HSL206.86º72.41%71.57%-
HSV(B)206.86º44.68%92.16%-
XYZ42.1846.7185.39-
YUV176.02161.2895.18-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 23.51%
GREEN value IS 188 (73.83% from 255) = 34.00%
BLUE value IS 235 (92.19% from 255) = 42.50%
R=23.51%
G=34.00%
B=42.50%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1301882350.450.200.08206.8672.4171.57
Hex82BCEB2D1408cf4848
Octal2022743535524010317110110
Binary10000010101111001110101110110110100010001100111110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82BCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82BCEB; }

 p { color: rgb(130,188,235); }

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

<style>
 a { background-color: #82BCEB; }

 a { background-color: rgb(130,188,235); }

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

<style>
 span { border-color: #82BCEB; }

 span { border-color: rgb(130,188,235); }

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