#82DCEE

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

Shades of Sky Blue #82DCEE

Tints of Sky Blue #82DCEE

Color information

#82DCEE (or 0x82DCEE) is unknown color: approx Sky Blue. HEX triplet: 82, DC and EE. RGB value is (130,220,238). Sum of RGB (Red+Green+Blue) = 130+220+238=588 (77% of max value = 765). Red value is 130 (51.17% from 255 or 22.11% from 588); Green value is 220 (86.33% from 255 or 37.41% from 588); Blue value is 238 (93.36% from 255 or 40.48% from 588); Max value from RGB is 238 - color contains mainly: blue. Hex color #82DCEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82DCEE is #7D2311. Grayscale: #C2C2C2. Windows color (decimal): -8200978 or 15654018. OLE color: 15654018.

HSL color Cylindrical-coordinate representation of color #82DCEE: hue angle of 190º degrees, saturation: 0.76, 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 #82DCEE is Cyan = 0.45, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB130220238-
CMYK0.450.0800.07
HSL190º76.06%72.16%-
HSV(B)190º45.38%93.33%-
XYZ50.2362.1190.23-
YUV195.14152.1881.54-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 22.11%
GREEN value IS 220 (86.33% from 255) = 37.41%
BLUE value IS 238 (93.36% from 255) = 40.48%
R=22.11%
G=37.41%
B=40.48%

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
Decimal1302202380.450.0800.0719076.0672.16
Hex82DCEE2D807be4c48
Octal202334356551007276114110
Binary100000101101110011101110101101100001111011111010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82DCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,220,238); }

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

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

 a { background-color: rgb(130,220,238); }

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

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

 span { border-color: rgb(130,220,238); }

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