#82BCF9

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

Shades of Maya Blue #82BCF9

Tints of Maya Blue #82BCF9

Color information

#82BCF9 (or 0x82BCF9) is unknown color: approx Maya Blue. HEX triplet: 82, BC and F9. RGB value is (130,188,249). Sum of RGB (Red+Green+Blue) = 130+188+249=567 (75% of max value = 765). Red value is 130 (51.17% from 255 or 22.93% from 567); Green value is 188 (73.83% from 255 or 33.16% from 567); Blue value is 249 (97.66% from 255 or 43.92% from 567); Max value from RGB is 249 - color contains mainly: blue. Hex color #82BCF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82BCF9 is #7D4306. Grayscale: #B1B1B1. Windows color (decimal): -8209159 or 16366722. OLE color: 16366722.

HSL color Cylindrical-coordinate representation of color #82BCF9: hue angle of 210.76º 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 #82BCF9 is Cyan = 0.48, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB130188249-
CMYK0.480.2400.02
HSL210.76º90.84%74.31%-
HSV(B)210.76º47.79%97.65%-
XYZ44.2947.5596.47-
YUV177.61168.2894.04-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 22.93%
GREEN value IS 188 (73.83% from 255) = 33.16%
BLUE value IS 249 (97.66% from 255) = 43.92%
R=22.93%
G=33.16%
B=43.92%

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
Decimal1301882490.480.2400.02210.7690.8474.31
Hex82BCF9301802d35b4a
Octal202274371603002323133112
Binary100000101011110011111001110000110000101101001110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82BCF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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