#82B1FA

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

Shades of Maya Blue #82B1FA

Tints of Maya Blue #82B1FA

Color information

#82B1FA (or 0x82B1FA) is unknown color: approx Maya Blue. HEX triplet: 82, B1 and FA. RGB value is (130,177,250). Sum of RGB (Red+Green+Blue) = 130+177+250=557 (73% of max value = 765). Red value is 130 (51.17% from 255 or 23.34% from 557); Green value is 177 (69.53% from 255 or 31.78% from 557); Blue value is 250 (98.05% from 255 or 44.88% from 557); Max value from RGB is 250 - color contains mainly: blue. Hex color #82B1FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #82B1FA is #7D4E05. Grayscale: #AAAAAA. Windows color (decimal): -8211974 or 16429442. OLE color: 16429442.

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

Color convert

RGB130177250-
CMYK0.480.2900.02
HSL216.5º92.31%74.51%-
HSV(B)216.5º48%98.04%-
XYZ42.1843.0996.54-
YUV171.27172.4398.56-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 23.34%
GREEN value IS 177 (69.53% from 255) = 31.78%
BLUE value IS 250 (98.05% from 255) = 44.88%
R=23.34%
G=31.78%
B=44.88%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1301772500.480.2900.02216.592.3174.51
Hex82B1FA301D02d85c4b
Octal202261372603502330134113
Binary100000101011000111111010110000111010101101100010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82B1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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