#82BCFA

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

Shades of Maya Blue #82BCFA

Tints of Maya Blue #82BCFA

Color information

#82BCFA (or 0x82BCFA) is unknown color: approx Maya Blue. HEX triplet: 82, BC and FA. RGB value is (130,188,250). Sum of RGB (Red+Green+Blue) = 130+188+250=568 (75% of max value = 765). Red value is 130 (51.17% from 255 or 22.89% from 568); Green value is 188 (73.83% from 255 or 33.10% from 568); Blue value is 250 (98.05% from 255 or 44.01% from 568); Max value from RGB is 250 - color contains mainly: blue. Hex color #82BCFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82BCFA is #7D4305. Grayscale: #B1B1B1. Windows color (decimal): -8209158 or 16432258. OLE color: 16432258.

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

Color convert

RGB130188250-
CMYK0.480.2500.02
HSL211º92.31%74.51%-
HSV(B)211º48%98.04%-
XYZ44.4447.6197.29-
YUV177.73168.7893.96-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 22.89%
GREEN value IS 188 (73.83% from 255) = 33.10%
BLUE value IS 250 (98.05% from 255) = 44.01%
R=22.89%
G=33.10%
B=44.01%

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
Decimal1301882500.480.2500.0221192.3174.51
Hex82BCFA301902d35c4b
Octal202274372603102323134113
Binary100000101011110011111010110000110010101101001110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82BCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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