#82C1FA

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

Shades of Maya Blue #82C1FA

Tints of Maya Blue #82C1FA

Color information

#82C1FA (or 0x82C1FA) is unknown color: approx Maya Blue. HEX triplet: 82, C1 and FA. RGB value is (130,193,250). Sum of RGB (Red+Green+Blue) = 130+193+250=573 (75% of max value = 765). Red value is 130 (51.17% from 255 or 22.69% from 573); Green value is 193 (75.78% from 255 or 33.68% from 573); Blue value is 250 (98.05% from 255 or 43.63% from 573); Max value from RGB is 250 - color contains mainly: blue. Hex color #82C1FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82C1FA is #7D3E05. Grayscale: #B4B4B4. Windows color (decimal): -8207878 or 16433538. OLE color: 16433538.

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

Color convert

RGB130193250-
CMYK0.480.2300.02
HSL208.5º92.31%74.51%-
HSV(B)208.5º48%98.04%-
XYZ45.5349.7997.65-
YUV180.66167.1391.87-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 22.69%
GREEN value IS 193 (75.78% from 255) = 33.68%
BLUE value IS 250 (98.05% from 255) = 43.63%
R=22.69%
G=33.68%
B=43.63%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1301932500.480.2300.02208.592.3174.51
Hex82C1FA301702d05c4b
Octal202301372602702320134113
Binary100000101100000111111010110000101110101101000010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82C1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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