#82DAEC

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

Shades of Sky Blue #82DAEC

Tints of Sky Blue #82DAEC

Color information

#82DAEC (or 0x82DAEC) is unknown color: approx Sky Blue. HEX triplet: 82, DA and EC. RGB value is (130,218,236). Sum of RGB (Red+Green+Blue) = 130+218+236=584 (77% of max value = 765). Red value is 130 (51.17% from 255 or 22.26% from 584); Green value is 218 (85.55% from 255 or 37.33% from 584); Blue value is 236 (92.58% from 255 or 40.41% from 584); Max value from RGB is 236 - color contains mainly: blue. Hex color #82DAEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82DAEC is #7D2513. Grayscale: #C1C1C1. Windows color (decimal): -8201492 or 15522434. OLE color: 15522434.

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

Color convert

RGB130218236-
CMYK0.450.0800.07
HSL190.19º73.61%71.76%-
HSV(B)190.19º44.92%92.55%-
XYZ49.4260.9488.52-
YUV193.74151.8582.54-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 22.26%
GREEN value IS 218 (85.55% from 255) = 37.33%
BLUE value IS 236 (92.58% from 255) = 40.41%
R=22.26%
G=37.33%
B=40.41%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1302182360.450.0800.07190.1973.6171.76
Hex82DAEC2D807be4a48
Octal202332354551007276112110
Binary100000101101101011101100101101100001111011111010010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82DAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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