#82DFEF

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

Shades of Sky Blue #82DFEF

Tints of Sky Blue #82DFEF

Color information

#82DFEF (or 0x82DFEF) is unknown color: approx Sky Blue. HEX triplet: 82, DF and EF. RGB value is (130,223,239). Sum of RGB (Red+Green+Blue) = 130+223+239=592 (78% of max value = 765). Red value is 130 (51.17% from 255 or 21.96% from 592); Green value is 223 (87.5% from 255 or 37.67% from 592); Blue value is 239 (93.75% from 255 or 40.37% from 592); Max value from RGB is 239 - color contains mainly: blue. Hex color #82DFEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82DFEF is #7D2010. Grayscale: #C4C4C4. Windows color (decimal): -8200209 or 15720322. OLE color: 15720322.

HSL color Cylindrical-coordinate representation of color #82DFEF: hue angle of 188.81º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #82DFEF is Cyan = 0.46, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB130223239-
CMYK0.460.0700.06
HSL188.81º77.3%72.35%-
HSV(B)188.81º45.61%93.73%-
XYZ51.1763.7591.27-
YUV197.02151.6980.2-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 21.96%
GREEN value IS 223 (87.5% from 255) = 37.67%
BLUE value IS 239 (93.75% from 255) = 40.37%
R=21.96%
G=37.67%
B=40.37%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1302232390.460.0700.06188.8177.372.35
Hex82DFEF2E706bd4d48
Octal20233735756706275115110
Binary10000010110111111110111110111011101101011110110011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82DFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,223,239); }

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

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

 a { background-color: rgb(130,223,239); }

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

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

 span { border-color: rgb(130,223,239); }

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