#82BDFB

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

Shades of Maya Blue #82BDFB

Tints of Maya Blue #82BDFB

Color information

#82BDFB (or 0x82BDFB) is unknown color: approx Maya Blue. HEX triplet: 82, BD and FB. RGB value is (130,189,251). Sum of RGB (Red+Green+Blue) = 130+189+251=570 (75% of max value = 765). Red value is 130 (51.17% from 255 or 22.81% from 570); Green value is 189 (74.22% from 255 or 33.16% from 570); Blue value is 251 (98.44% from 255 or 44.04% from 570); Max value from RGB is 251 - color contains mainly: blue. Hex color #82BDFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82BDFB is #7D4204. Grayscale: #B2B2B2. Windows color (decimal): -8208901 or 16498050. OLE color: 16498050.

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

Color convert

RGB130189251-
CMYK0.480.2500.02
HSL210.74º93.8%74.71%-
HSV(B)210.74º48.21%98.43%-
XYZ44.8248.1198.19-
YUV178.43168.9593.46-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 22.81%
GREEN value IS 189 (74.22% from 255) = 33.16%
BLUE value IS 251 (98.44% from 255) = 44.04%
R=22.81%
G=33.16%
B=44.04%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1301892510.480.2500.02210.7493.874.71
Hex82BDFB301902d35e4b
Octal202275373603102323136113
Binary100000101011110111111011110000110010101101001110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82BDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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