#82BFFB

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

Shades of Maya Blue #82BFFB

Tints of Maya Blue #82BFFB

Color information

#82BFFB (or 0x82BFFB) is unknown color: approx Maya Blue. HEX triplet: 82, BF and FB. RGB value is (130,191,251). Sum of RGB (Red+Green+Blue) = 130+191+251=572 (75% of max value = 765). Red value is 130 (51.17% from 255 or 22.73% from 572); Green value is 191 (75% from 255 or 33.39% from 572); Blue value is 251 (98.44% from 255 or 43.88% from 572); Max value from RGB is 251 - color contains mainly: blue. Hex color #82BFFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82BFFB is #7D4004. Grayscale: #B3B3B3. Windows color (decimal): -8208389 or 16498562. OLE color: 16498562.

HSL color Cylindrical-coordinate representation of color #82BFFB: hue angle of 209.75º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #82BFFB is Cyan = 0.48, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB130191251-
CMYK0.480.2400.02
HSL209.75º93.8%74.71%-
HSV(B)209.75º48.21%98.43%-
XYZ45.2548.9798.33-
YUV179.6168.2992.62-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 22.73%
GREEN value IS 191 (75% from 255) = 33.39%
BLUE value IS 251 (98.44% from 255) = 43.88%
R=22.73%
G=33.39%
B=43.88%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1301912510.480.2400.02209.7593.874.71
Hex82BFFB301802d25e4b
Octal202277373603002322136113
Binary100000101011111111111011110000110000101101001010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82BFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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