#82BDF2

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

Shades of Maya Blue #82BDF2

Tints of Maya Blue #82BDF2

Color information

#82BDF2 (or 0x82BDF2) is unknown color: approx Maya Blue. HEX triplet: 82, BD and F2. RGB value is (130,189,242). Sum of RGB (Red+Green+Blue) = 130+189+242=561 (74% of max value = 765). Red value is 130 (51.17% from 255 or 23.17% from 561); Green value is 189 (74.22% from 255 or 33.69% from 561); Blue value is 242 (94.92% from 255 or 43.14% from 561); Max value from RGB is 242 - color contains mainly: blue. Hex color #82BDF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82BDF2 is #7D420D. Grayscale: #B1B1B1. Windows color (decimal): -8208910 or 15908226. OLE color: 15908226.

HSL color Cylindrical-coordinate representation of color #82BDF2: hue angle of 208.39º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #82BDF2 is Cyan = 0.46, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB130189242-
CMYK0.460.2200.05
HSL208.39º81.16%72.94%-
HSV(B)208.39º46.28%94.9%-
XYZ43.4347.5590.89-
YUV177.4164.4594.19-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 23.17%
GREEN value IS 189 (74.22% from 255) = 33.69%
BLUE value IS 242 (94.92% from 255) = 43.14%
R=23.17%
G=33.69%
B=43.14%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1301892420.460.2200.05208.3981.1672.94
Hex82BDF22E1605d05149
Octal202275362562605320121111
Binary1000001010111101111100101011101011001011101000010100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82BDF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,189,242); }

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

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

 a { background-color: rgb(130,189,242); }

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

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

 span { border-color: rgb(130,189,242); }

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