#82CAE6

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

Shades of Sky Blue #82CAE6

Tints of Sky Blue #82CAE6

Color information

#82CAE6 (or 0x82CAE6) is unknown color: approx Sky Blue. HEX triplet: 82, CA and E6. RGB value is (130,202,230). Sum of RGB (Red+Green+Blue) = 130+202+230=562 (74% of max value = 765). Red value is 130 (51.17% from 255 or 23.13% from 562); Green value is 202 (79.30% from 255 or 35.94% from 562); Blue value is 230 (90.23% from 255 or 40.93% from 562); Max value from RGB is 230 - color contains mainly: blue. Hex color #82CAE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82CAE6 is #7D3519. Grayscale: #B7B7B7. Windows color (decimal): -8205594 or 15125122. OLE color: 15125122.

HSL color Cylindrical-coordinate representation of color #82CAE6: hue angle of 196.8º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #82CAE6 is Cyan = 0.43, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB130202230-
CMYK0.430.1200.10
HSL196.8º66.67%70.59%-
HSV(B)196.8º43.48%90.2%-
XYZ44.6152.782.68-
YUV183.66154.1589.72-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 23.13%
GREEN value IS 202 (79.30% from 255) = 35.94%
BLUE value IS 230 (90.23% from 255) = 40.93%
R=23.13%
G=35.94%
B=40.93%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1302022300.430.1200.10196.866.6770.59
Hex82CAE62BC0Ac54347
Octal2023123465314012305103107
Binary1000001011001010111001101010111100010101100010110000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82CAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,202,230); }

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

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

 a { background-color: rgb(130,202,230); }

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

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

 span { border-color: rgb(130,202,230); }

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