#82C1FF

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

Shades of Maya Blue #82C1FF

Tints of Maya Blue #82C1FF

Color information

#82C1FF (or 0x82C1FF) is unknown color: approx Maya Blue. HEX triplet: 82, C1 and FF. RGB value is (130,193,255). Sum of RGB (Red+Green+Blue) = 130+193+255=578 (76% of max value = 765). Red value is 130 (51.17% from 255 or 22.49% from 578); Green value is 193 (75.78% from 255 or 33.39% from 578); Blue value is 255 (100% from 255 or 44.12% from 578); Max value from RGB is 255 - color contains mainly: blue. Hex color #82C1FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82C1FF is #7D3E00. Grayscale: #B4B4B4. Windows color (decimal): -8207873 or 16761218. OLE color: 16761218.

HSL color Cylindrical-coordinate representation of color #82C1FF: hue angle of 209.76º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #82C1FF is Cyan = 0.49, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB130193255-
CMYK0.490.2400
HSL209.76º100%75.49%-
HSV(B)209.76º49.02%100%-
XYZ46.3350.11101.84-
YUV181.23169.6391.46-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 22.49%
GREEN value IS 193 (75.78% from 255) = 33.39%
BLUE value IS 255 (100% from 255) = 44.12%
R=22.49%
G=33.39%
B=44.12%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1301932550.490.2400209.7610075.49
Hex82C1FF311800d2644b
Octal202301377613000322144113
Binary10000010110000011111111111000111000001101001011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82C1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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