#82BDF9

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

Shades of Maya Blue #82BDF9

Tints of Maya Blue #82BDF9

Color information

#82BDF9 (or 0x82BDF9) is unknown color: approx Maya Blue. HEX triplet: 82, BD and F9. RGB value is (130,189,249). Sum of RGB (Red+Green+Blue) = 130+189+249=568 (75% of max value = 765). Red value is 130 (51.17% from 255 or 22.89% from 568); Green value is 189 (74.22% from 255 or 33.27% from 568); Blue value is 249 (97.66% from 255 or 43.84% from 568); Max value from RGB is 249 - color contains mainly: blue. Hex color #82BDF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82BDF9 is #7D4206. Grayscale: #B1B1B1. Windows color (decimal): -8208903 or 16366978. OLE color: 16366978.

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

Color convert

RGB130189249-
CMYK0.480.2400.02
HSL210.25º90.84%74.31%-
HSV(B)210.25º47.79%97.65%-
XYZ44.547.9896.54-
YUV178.2167.9593.62-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 22.89%
GREEN value IS 189 (74.22% from 255) = 33.27%
BLUE value IS 249 (97.66% from 255) = 43.84%
R=22.89%
G=33.27%
B=43.84%

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
Decimal1301892490.480.2400.02210.2590.8474.31
Hex82BDF9301802d25b4a
Octal202275371603002322133112
Binary100000101011110111111001110000110000101101001010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82BDF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,189,249); }

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

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

 a { background-color: rgb(130,189,249); }

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

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

 span { border-color: rgb(130,189,249); }

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