#82BBFA

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

Shades of Maya Blue #82BBFA

Tints of Maya Blue #82BBFA

Color information

#82BBFA (or 0x82BBFA) is unknown color: approx Maya Blue. HEX triplet: 82, BB and FA. RGB value is (130,187,250). Sum of RGB (Red+Green+Blue) = 130+187+250=567 (75% of max value = 765). Red value is 130 (51.17% from 255 or 22.93% from 567); Green value is 187 (73.44% from 255 or 32.98% from 567); Blue value is 250 (98.05% from 255 or 44.09% from 567); Max value from RGB is 250 - color contains mainly: blue. Hex color #82BBFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82BBFA is #7D4405. Grayscale: #B0B0B0. Windows color (decimal): -8209414 or 16432002. OLE color: 16432002.

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

Color convert

RGB130187250-
CMYK0.480.2500.02
HSL211.5º92.31%74.51%-
HSV(B)211.5º48%98.04%-
XYZ44.2347.1997.22-
YUV177.14169.1294.38-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 22.93%
GREEN value IS 187 (73.44% from 255) = 32.98%
BLUE value IS 250 (98.05% from 255) = 44.09%
R=22.93%
G=32.98%
B=44.09%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1301872500.480.2500.02211.592.3174.51
Hex82BBFA301902d45c4b
Octal202273372603102324134113
Binary100000101011101111111010110000110010101101010010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82BBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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