#82D7EA

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

Shades of Sky Blue #82D7EA

Tints of Sky Blue #82D7EA

Color information

#82D7EA (or 0x82D7EA) is unknown color: approx Sky Blue. HEX triplet: 82, D7 and EA. RGB value is (130,215,234). Sum of RGB (Red+Green+Blue) = 130+215+234=579 (76% of max value = 765). Red value is 130 (51.17% from 255 or 22.45% from 579); Green value is 215 (84.38% from 255 or 37.13% from 579); Blue value is 234 (91.80% from 255 or 40.41% from 579); Max value from RGB is 234 - color contains mainly: blue. Hex color #82D7EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82D7EA is #7D2815. Grayscale: #BFBFBF. Windows color (decimal): -8202262 or 15390594. OLE color: 15390594.

HSL color Cylindrical-coordinate representation of color #82D7EA: hue angle of 190.96º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #82D7EA is Cyan = 0.44, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB130215234-
CMYK0.440.0800.08
HSL190.96º71.23%71.37%-
HSV(B)190.96º44.44%91.76%-
XYZ48.3659.2986.74-
YUV191.75151.8483.96-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 22.45%
GREEN value IS 215 (84.38% from 255) = 37.13%
BLUE value IS 234 (91.80% from 255) = 40.41%
R=22.45%
G=37.13%
B=40.41%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1302152340.440.0800.08190.9671.2371.37
Hex82D7EA2C808bf4747
Octal2023273525410010277107107
Binary1000001011010111111010101011001000010001011111110001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82D7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,215,234); }

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

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

 a { background-color: rgb(130,215,234); }

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

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

 span { border-color: rgb(130,215,234); }

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