#82DBEC

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

Shades of Sky Blue #82DBEC

Tints of Sky Blue #82DBEC

Color information

#82DBEC (or 0x82DBEC) is unknown color: approx Sky Blue. HEX triplet: 82, DB and EC. RGB value is (130,219,236). Sum of RGB (Red+Green+Blue) = 130+219+236=585 (77% of max value = 765). Red value is 130 (51.17% from 255 or 22.22% from 585); Green value is 219 (85.94% from 255 or 37.44% from 585); Blue value is 236 (92.58% from 255 or 40.34% from 585); Max value from RGB is 236 - color contains mainly: blue. Hex color #82DBEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82DBEC is #7D2413. Grayscale: #C2C2C2. Windows color (decimal): -8201236 or 15522690. OLE color: 15522690.

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

Color convert

RGB130219236-
CMYK0.450.0700.07
HSL189.62º73.61%71.76%-
HSV(B)189.62º44.92%92.55%-
XYZ49.6861.4688.6-
YUV194.33151.5182.12-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 22.22%
GREEN value IS 219 (85.94% from 255) = 37.44%
BLUE value IS 236 (92.58% from 255) = 40.34%
R=22.22%
G=37.44%
B=40.34%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1302192360.450.0700.07189.6273.6171.76
Hex82DBEC2D707be4a48
Octal20233335455707276112110
Binary10000010110110111110110010110111101111011111010010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82DBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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