#82DBEE

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

Shades of Sky Blue #82DBEE

Tints of Sky Blue #82DBEE

Color information

#82DBEE (or 0x82DBEE) is unknown color: approx Sky Blue. HEX triplet: 82, DB and EE. RGB value is (130,219,238). Sum of RGB (Red+Green+Blue) = 130+219+238=587 (77% of max value = 765). Red value is 130 (51.17% from 255 or 22.15% from 587); Green value is 219 (85.94% from 255 or 37.31% from 587); Blue value is 238 (93.36% from 255 or 40.55% from 587); Max value from RGB is 238 - color contains mainly: blue. Hex color #82DBEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82DBEE is #7D2411. Grayscale: #C2C2C2. Windows color (decimal): -8201234 or 15653762. OLE color: 15653762.

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

Color convert

RGB130219238-
CMYK0.450.0800.07
HSL190.56º76.06%72.16%-
HSV(B)190.56º45.38%93.33%-
XYZ49.9761.5890.14-
YUV194.56152.5181.96-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 22.15%
GREEN value IS 219 (85.94% from 255) = 37.31%
BLUE value IS 238 (93.36% from 255) = 40.55%
R=22.15%
G=37.31%
B=40.55%

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
Decimal1302192380.450.0800.07190.5676.0672.16
Hex82DBEE2D807bf4c48
Octal202333356551007277114110
Binary100000101101101111101110101101100001111011111110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82DBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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