#82B1FF

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

Shades of Maya Blue #82B1FF

Tints of Maya Blue #82B1FF

Color information

#82B1FF (or 0x82B1FF) is unknown color: approx Maya Blue. HEX triplet: 82, B1 and FF. RGB value is (130,177,255). Sum of RGB (Red+Green+Blue) = 130+177+255=562 (74% of max value = 765). Red value is 130 (51.17% from 255 or 23.13% from 562); Green value is 177 (69.53% from 255 or 31.49% from 562); Blue value is 255 (100% from 255 or 45.37% from 562); Max value from RGB is 255 - color contains mainly: blue. Hex color #82B1FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #82B1FF is #7D4E00. Grayscale: #ABABAB. Windows color (decimal): -8211969 or 16757122. OLE color: 16757122.

HSL color Cylindrical-coordinate representation of color #82B1FF: hue angle of 217.44º 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 #82B1FF is Cyan = 0.49, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB130177255-
CMYK0.490.3100
HSL217.44º100%75.49%-
HSV(B)217.44º49.02%100%-
XYZ42.9843.41100.72-
YUV171.84174.9398.16-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 23.13%
GREEN value IS 177 (69.53% from 255) = 31.49%
BLUE value IS 255 (100% from 255) = 45.37%
R=23.13%
G=31.49%
B=45.37%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1301772550.490.3100217.4410075.49
Hex82B1FF311F00d9644b
Octal202261377613700331144113
Binary10000010101100011111111111000111111001101100111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82B1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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