#82D5EB

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

Shades of Sky Blue #82D5EB

Tints of Sky Blue #82D5EB

Color information

#82D5EB (or 0x82D5EB) is unknown color: approx Sky Blue. HEX triplet: 82, D5 and EB. RGB value is (130,213,235). Sum of RGB (Red+Green+Blue) = 130+213+235=578 (76% of max value = 765). Red value is 130 (51.17% from 255 or 22.49% from 578); Green value is 213 (83.59% from 255 or 36.85% from 578); Blue value is 235 (92.19% from 255 or 40.66% from 578); Max value from RGB is 235 - color contains mainly: blue. Hex color #82D5EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82D5EB is #7D2A14. Grayscale: #BEBEBE. Windows color (decimal): -8202773 or 15455618. OLE color: 15455618.

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

Color convert

RGB130213235-
CMYK0.450.0900.08
HSL192.57º72.41%71.57%-
HSV(B)192.57º44.68%92.16%-
XYZ4858.3387.33-
YUV190.6915384.71-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 22.49%
GREEN value IS 213 (83.59% from 255) = 36.85%
BLUE value IS 235 (92.19% from 255) = 40.66%
R=22.49%
G=36.85%
B=40.66%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1302132350.450.0900.08192.5772.4171.57
Hex82D5EB2D908c14848
Octal2023253535511010301110110
Binary1000001011010101111010111011011001010001100000110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82D5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,213,235); }

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

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

 a { background-color: rgb(130,213,235); }

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

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

 span { border-color: rgb(130,213,235); }

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