#82BFE9

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

Shades of Sky Blue #82BFE9

Tints of Sky Blue #82BFE9

Color information

#82BFE9 (or 0x82BFE9) is unknown color: approx Sky Blue. HEX triplet: 82, BF and E9. RGB value is (130,191,233). Sum of RGB (Red+Green+Blue) = 130+191+233=554 (73% of max value = 765). Red value is 130 (51.17% from 255 or 23.47% from 554); Green value is 191 (75% from 255 or 34.48% from 554); Blue value is 233 (91.41% from 255 or 42.06% from 554); Max value from RGB is 233 - color contains mainly: blue. Hex color #82BFE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82BFE9 is #7D4016. Grayscale: #B1B1B1. Windows color (decimal): -8208407 or 15318914. OLE color: 15318914.

HSL color Cylindrical-coordinate representation of color #82BFE9: hue angle of 204.47º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #82BFE9 is Cyan = 0.44, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB130191233-
CMYK0.440.1800.09
HSL204.47º70.07%71.18%-
HSV(B)204.47º44.21%91.37%-
XYZ42.5447.8984.09-
YUV177.55159.2994.08-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 23.47%
GREEN value IS 191 (75% from 255) = 34.48%
BLUE value IS 233 (91.41% from 255) = 42.06%
R=23.47%
G=34.48%
B=42.06%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1301912330.440.1800.09204.4770.0771.18
Hex82BFE92C1209cc4647
Octal2022773515422011314106107
Binary10000010101111111110100110110010010010011100110010001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82BFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,191,233); }

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

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

 a { background-color: rgb(130,191,233); }

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

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

 span { border-color: rgb(130,191,233); }

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