#82B9FA

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

Shades of Maya Blue #82B9FA

Tints of Maya Blue #82B9FA

Color information

#82B9FA (or 0x82B9FA) is unknown color: approx Maya Blue. HEX triplet: 82, B9 and FA. RGB value is (130,185,250). Sum of RGB (Red+Green+Blue) = 130+185+250=565 (74% of max value = 765). Red value is 130 (51.17% from 255 or 23.01% from 565); Green value is 185 (72.66% from 255 or 32.74% from 565); Blue value is 250 (98.05% from 255 or 44.25% from 565); Max value from RGB is 250 - color contains mainly: blue. Hex color #82B9FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82B9FA is #7D4605. Grayscale: #AFAFAF. Windows color (decimal): -8209926 or 16431490. OLE color: 16431490.

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

Color convert

RGB130185250-
CMYK0.480.2600.02
HSL212.5º92.31%74.51%-
HSV(B)212.5º48%98.04%-
XYZ43.8146.3597.08-
YUV175.96169.7895.21-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 23.01%
GREEN value IS 185 (72.66% from 255) = 32.74%
BLUE value IS 250 (98.05% from 255) = 44.25%
R=23.01%
G=32.74%
B=44.25%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1301852500.480.2600.02212.592.3174.51
Hex82B9FA301A02d45c4b
Octal202271372603202324134113
Binary100000101011100111111010110000110100101101010010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82B9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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