#82BDFA

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

Shades of Maya Blue #82BDFA

Tints of Maya Blue #82BDFA

Color information

#82BDFA (or 0x82BDFA) is unknown color: approx Maya Blue. HEX triplet: 82, BD and FA. RGB value is (130,189,250). Sum of RGB (Red+Green+Blue) = 130+189+250=569 (75% of max value = 765). Red value is 130 (51.17% from 255 or 22.85% from 569); Green value is 189 (74.22% from 255 or 33.22% from 569); Blue value is 250 (98.05% from 255 or 43.94% from 569); Max value from RGB is 250 - color contains mainly: blue. Hex color #82BDFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82BDFA is #7D4205. Grayscale: #B2B2B2. Windows color (decimal): -8208902 or 16432514. OLE color: 16432514.

HSL color Cylindrical-coordinate representation of color #82BDFA: hue angle of 210.5º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #82BDFA is Cyan = 0.48, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB130189250-
CMYK0.480.2400.02
HSL210.5º92.31%74.51%-
HSV(B)210.5º48%98.04%-
XYZ44.6648.0497.36-
YUV178.31168.4593.54-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 22.85%
GREEN value IS 189 (74.22% from 255) = 33.22%
BLUE value IS 250 (98.05% from 255) = 43.94%
R=22.85%
G=33.22%
B=43.94%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1301892500.480.2400.02210.592.3174.51
Hex82BDFA301802d25c4b
Octal202275372603002322134113
Binary100000101011110111111010110000110000101101001010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82BDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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