#82B2FD

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

Shades of Maya Blue #82B2FD

Tints of Maya Blue #82B2FD

Color information

#82B2FD (or 0x82B2FD) is unknown color: approx Maya Blue. HEX triplet: 82, B2 and FD. RGB value is (130,178,253). Sum of RGB (Red+Green+Blue) = 130+178+253=561 (74% of max value = 765). Red value is 130 (51.17% from 255 or 23.17% from 561); Green value is 178 (69.92% from 255 or 31.73% from 561); Blue value is 253 (99.22% from 255 or 45.10% from 561); Max value from RGB is 253 - color contains mainly: blue. Hex color #82B2FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #82B2FD is #7D4D02. Grayscale: #ABABAB. Windows color (decimal): -8211715 or 16626306. OLE color: 16626306.

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

Color convert

RGB130178253-
CMYK0.490.3000.01
HSL216.59º96.85%75.1%-
HSV(B)216.59º48.62%99.22%-
XYZ42.8643.6899.1-
YUV172.2173.697.9-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 23.17%
GREEN value IS 178 (69.92% from 255) = 31.73%
BLUE value IS 253 (99.22% from 255) = 45.10%
R=23.17%
G=31.73%
B=45.10%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1301782530.490.3000.01216.5996.8575.1
Hex82B2FD311E01d9614b
Octal202262375613601331141113
Binary10000010101100101111110111000111110011101100111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82B2FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,178,253); }

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

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

 a { background-color: rgb(130,178,253); }

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

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

 span { border-color: rgb(130,178,253); }

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