#82D3EE

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

Shades of Sky Blue #82D3EE

Tints of Sky Blue #82D3EE

Color information

#82D3EE (or 0x82D3EE) is unknown color: approx Sky Blue. HEX triplet: 82, D3 and EE. RGB value is (130,211,238). Sum of RGB (Red+Green+Blue) = 130+211+238=579 (76% of max value = 765). Red value is 130 (51.17% from 255 or 22.45% from 579); Green value is 211 (82.81% from 255 or 36.44% from 579); Blue value is 238 (93.36% from 255 or 41.11% from 579); Max value from RGB is 238 - color contains mainly: blue. Hex color #82D3EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82D3EE is #7D2C11. Grayscale: #BDBDBD. Windows color (decimal): -8203282 or 15651714. OLE color: 15651714.

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

Color convert

RGB130211238-
CMYK0.450.1100.07
HSL195º76.06%72.16%-
HSV(B)195º45.38%93.33%-
XYZ47.9357.5189.46-
YUV189.86155.1685.3-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 22.45%
GREEN value IS 211 (82.81% from 255) = 36.44%
BLUE value IS 238 (93.36% from 255) = 41.11%
R=22.45%
G=36.44%
B=41.11%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1302112380.450.1100.0719576.0672.16
Hex82D3EE2DB07c34c48
Octal202323356551307303114110
Binary100000101101001111101110101101101101111100001110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82D3EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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