#82BFFE

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

Shades of Maya Blue #82BFFE

Tints of Maya Blue #82BFFE

Color information

#82BFFE (or 0x82BFFE) is unknown color: approx Maya Blue. HEX triplet: 82, BF and FE. RGB value is (130,191,254). Sum of RGB (Red+Green+Blue) = 130+191+254=575 (76% of max value = 765). Red value is 130 (51.17% from 255 or 22.61% from 575); Green value is 191 (75% from 255 or 33.22% from 575); Blue value is 254 (99.61% from 255 or 44.17% from 575); Max value from RGB is 254 - color contains mainly: blue. Hex color #82BFFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82BFFE is #7D4001. Grayscale: #B3B3B3. Windows color (decimal): -8208386 or 16695170. OLE color: 16695170.

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

Color convert

RGB130191254-
CMYK0.490.2500.00
HSL210.48º98.41%75.29%-
HSV(B)210.48º48.82%99.61%-
XYZ45.7349.16100.85-
YUV179.94169.7992.38-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 22.61%
GREEN value IS 191 (75% from 255) = 33.22%
BLUE value IS 254 (99.61% from 255) = 44.17%
R=22.61%
G=33.22%
B=44.17%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1301912540.490.2500.00210.4898.4175.29
Hex82BFFE311900d2624b
Octal202277376613100322142113
Binary10000010101111111111111011000111001001101001011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82BFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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