#82BFEF

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

Shades of Maya Blue #82BFEF

Tints of Maya Blue #82BFEF

Color information

#82BFEF (or 0x82BFEF) is unknown color: approx Maya Blue. HEX triplet: 82, BF and EF. RGB value is (130,191,239). Sum of RGB (Red+Green+Blue) = 130+191+239=560 (74% of max value = 765). Red value is 130 (51.17% from 255 or 23.21% from 560); Green value is 191 (75% from 255 or 34.11% from 560); Blue value is 239 (93.75% from 255 or 42.68% from 560); Max value from RGB is 239 - color contains mainly: blue. Hex color #82BFEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82BFEF is #7D4010. Grayscale: #B1B1B1. Windows color (decimal): -8208401 or 15712130. OLE color: 15712130.

HSL color Cylindrical-coordinate representation of color #82BFEF: hue angle of 206.42º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #82BFEF is Cyan = 0.46, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB130191239-
CMYK0.460.2000.06
HSL206.42º77.3%72.35%-
HSV(B)206.42º45.61%93.73%-
XYZ43.4248.2488.68-
YUV178.23162.2993.6-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 23.21%
GREEN value IS 191 (75% from 255) = 34.11%
BLUE value IS 239 (93.75% from 255) = 42.68%
R=23.21%
G=34.11%
B=42.68%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1301912390.460.2000.06206.4277.372.35
Hex82BFEF2E1406ce4d48
Octal202277357562406316115110
Binary1000001010111111111011111011101010001101100111010011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82BFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,191,239); }

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

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

 a { background-color: rgb(130,191,239); }

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

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

 span { border-color: rgb(130,191,239); }

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