#82BBF3

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

Shades of Maya Blue #82BBF3

Tints of Maya Blue #82BBF3

Color information

#82BBF3 (or 0x82BBF3) is unknown color: approx Maya Blue. HEX triplet: 82, BB and F3. RGB value is (130,187,243). Sum of RGB (Red+Green+Blue) = 130+187+243=560 (74% of max value = 765). Red value is 130 (51.17% from 255 or 23.21% from 560); Green value is 187 (73.44% from 255 or 33.39% from 560); Blue value is 243 (95.31% from 255 or 43.39% from 560); Max value from RGB is 243 - color contains mainly: blue. Hex color #82BBF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82BBF3 is #7D440C. Grayscale: #B0B0B0. Windows color (decimal): -8209421 or 15973250. OLE color: 15973250.

HSL color Cylindrical-coordinate representation of color #82BBF3: hue angle of 209.73º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #82BBF3 is Cyan = 0.47, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB130187243-
CMYK0.470.2300.05
HSL209.73º82.48%73.14%-
HSV(B)209.73º46.5%95.29%-
XYZ43.1546.7691.54-
YUV176.34165.6294.95-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 23.21%
GREEN value IS 187 (73.44% from 255) = 33.39%
BLUE value IS 243 (95.31% from 255) = 43.39%
R=23.21%
G=33.39%
B=43.39%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1301872430.470.2300.05209.7382.4873.14
Hex82BBF32F1705d25249
Octal202273363572705322122111
Binary1000001010111011111100111011111011101011101001010100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82BBF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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