#82BFFA

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

Shades of Maya Blue #82BFFA

Tints of Maya Blue #82BFFA

Color information

#82BFFA (or 0x82BFFA) is unknown color: approx Maya Blue. HEX triplet: 82, BF and FA. RGB value is (130,191,250). Sum of RGB (Red+Green+Blue) = 130+191+250=571 (75% of max value = 765). Red value is 130 (51.17% from 255 or 22.77% from 571); Green value is 191 (75% from 255 or 33.45% from 571); Blue value is 250 (98.05% from 255 or 43.78% from 571); Max value from RGB is 250 - color contains mainly: blue. Hex color #82BFFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82BFFA is #7D4005. Grayscale: #B3B3B3. Windows color (decimal): -8208390 or 16433026. OLE color: 16433026.

HSL color Cylindrical-coordinate representation of color #82BFFA: hue angle of 209.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 #82BFFA is Cyan = 0.48, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB130191250-
CMYK0.480.2400.02
HSL209.5º92.31%74.51%-
HSV(B)209.5º48%98.04%-
XYZ45.0948.9197.51-
YUV179.49167.7992.7-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 22.77%
GREEN value IS 191 (75% from 255) = 33.45%
BLUE value IS 250 (98.05% from 255) = 43.78%
R=22.77%
G=33.45%
B=43.78%

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
Decimal1301912500.480.2400.02209.592.3174.51
Hex82BFFA301802d25c4b
Octal202277372603002322134113
Binary100000101011111111111010110000110000101101001010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82BFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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