#82daeb

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

Shades of Sky Blue #82DAEB

Tints of Sky Blue #82DAEB

Color information

#82DAEB (or 0x82DAEB) is unknown color: approx Sky Blue. HEX triplet: 82, DA and EB. RGB value is (130,218,235). Sum of RGB (Red+Green+Blue) = 130+218+235=583 (77% of max value = 765). Red value is 130 (51.17% from 255 or 22.30% from 583); Green value is 218 (85.55% from 255 or 37.39% from 583); Blue value is 235 (92.19% from 255 or 40.31% from 583); Max value from RGB is 235 - color contains mainly: blue. Hex color #82DAEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82DAEB is #7D2514. Grayscale: #C1C1C1. Windows color (decimal): -8201493 or 15456898. OLE color: 15456898.

HSL color Cylindrical-coordinate representation of color #82DAEB: hue angle of 189.71º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #82DAEB is Cyan = 0.45, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB130218235-
CMYK0.450.0700.08
HSL189.71º72.41%71.57%-
HSV(B)189.71º44.68%92.16%-
XYZ49.2760.8987.75-
YUV193.63151.3582.62-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 22.30%
GREEN value IS 218 (85.55% from 255) = 37.39%
BLUE value IS 235 (92.19% from 255) = 40.31%
R=22.30%
G=37.39%
B=40.31%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1302182350.450.0700.08189.7172.4171.57
Hex82DAEB2D708be4848
Octal202332353557010276110110
Binary100000101101101011101011101101111010001011111010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82daeb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,218,235); }

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

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

 a { background-color: rgb(130,218,235); }

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

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

 span { border-color: rgb(130,218,235); }

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