#82BBFD

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

Shades of Maya Blue #82BBFD

Tints of Maya Blue #82BBFD

Color information

#82BBFD (or 0x82BBFD) is unknown color: approx Maya Blue. HEX triplet: 82, BB and FD. RGB value is (130,187,253). Sum of RGB (Red+Green+Blue) = 130+187+253=570 (75% of max value = 765). Red value is 130 (51.17% from 255 or 22.81% from 570); Green value is 187 (73.44% from 255 or 32.81% from 570); Blue value is 253 (99.22% from 255 or 44.39% from 570); Max value from RGB is 253 - color contains mainly: blue. Hex color #82BBFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82BBFD is #7D4402. Grayscale: #B1B1B1. Windows color (decimal): -8209411 or 16628610. OLE color: 16628610.

HSL color Cylindrical-coordinate representation of color #82BBFD: hue angle of 212.2º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #82BBFD is Cyan = 0.49, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB130187253-
CMYK0.490.2600.01
HSL212.2º96.85%75.1%-
HSV(B)212.2º48.62%99.22%-
XYZ44.7147.3899.72-
YUV177.48170.6294.13-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 22.81%
GREEN value IS 187 (73.44% from 255) = 32.81%
BLUE value IS 253 (99.22% from 255) = 44.39%
R=22.81%
G=32.81%
B=44.39%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1301872530.490.2600.01212.296.8575.1
Hex82BBFD311A01d4614b
Octal202273375613201324141113
Binary10000010101110111111110111000111010011101010011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82BBFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,187,253); }

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

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

 a { background-color: rgb(130,187,253); }

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

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

 span { border-color: rgb(130,187,253); }

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