#82B4FF

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

Shades of Maya Blue #82B4FF

Tints of Maya Blue #82B4FF

Color information

#82B4FF (or 0x82B4FF) is unknown color: approx Maya Blue. HEX triplet: 82, B4 and FF. RGB value is (130,180,255). Sum of RGB (Red+Green+Blue) = 130+180+255=565 (74% of max value = 765). Red value is 130 (51.17% from 255 or 23.01% from 565); Green value is 180 (70.70% from 255 or 31.86% from 565); Blue value is 255 (100% from 255 or 45.13% from 565); Max value from RGB is 255 - color contains mainly: blue. Hex color #82B4FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82B4FF is #7D4B00. Grayscale: #ADADAD. Windows color (decimal): -8211201 or 16757890. OLE color: 16757890.

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

Color convert

RGB130180255-
CMYK0.490.2900
HSL216º100%75.49%-
HSV(B)216º49.02%100%-
XYZ43.5844.61100.92-
YUV173.6173.9496.9-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 23.01%
GREEN value IS 180 (70.70% from 255) = 31.86%
BLUE value IS 255 (100% from 255) = 45.13%
R=23.01%
G=31.86%
B=45.13%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1301802550.490.290021610075.49
Hex82B4FF311D00d8644b
Octal202264377613500330144113
Binary10000010101101001111111111000111101001101100011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82B4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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