#82BCFE

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

Shades of Maya Blue #82BCFE

Tints of Maya Blue #82BCFE

Color information

#82BCFE (or 0x82BCFE) is unknown color: approx Maya Blue. HEX triplet: 82, BC and FE. RGB value is (130,188,254). Sum of RGB (Red+Green+Blue) = 130+188+254=572 (75% of max value = 765). Red value is 130 (51.17% from 255 or 22.73% from 572); Green value is 188 (73.83% from 255 or 32.87% from 572); Blue value is 254 (99.61% from 255 or 44.41% from 572); Max value from RGB is 254 - color contains mainly: blue. Hex color #82BCFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82BCFE is #7D4301. Grayscale: #B1B1B1. Windows color (decimal): -8209154 or 16694402. OLE color: 16694402.

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

Color convert

RGB130188254-
CMYK0.490.2600.00
HSL211.94º98.41%75.29%-
HSV(B)211.94º48.82%99.61%-
XYZ45.0847.87100.63-
YUV178.18170.7893.63-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 22.73%
GREEN value IS 188 (73.83% from 255) = 32.87%
BLUE value IS 254 (99.61% from 255) = 44.41%
R=22.73%
G=32.87%
B=44.41%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1301882540.490.2600.00211.9498.4175.29
Hex82BCFE311A00d4624b
Octal202274376613200324142113
Binary10000010101111001111111011000111010001101010011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82BCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,188,254); }

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

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

 a { background-color: rgb(130,188,254); }

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

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

 span { border-color: rgb(130,188,254); }

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