#82c4ed

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

Shades of Sky Blue #82C4ED

Tints of Sky Blue #82C4ED

Color information

#82C4ED (or 0x82C4ED) is unknown color: approx Sky Blue. HEX triplet: 82, C4 and ED. RGB value is (130,196,237). Sum of RGB (Red+Green+Blue) = 130+196+237=563 (74% of max value = 765). Red value is 130 (51.17% from 255 or 23.09% from 563); Green value is 196 (76.95% from 255 or 34.81% from 563); Blue value is 237 (92.97% from 255 or 42.10% from 563); Max value from RGB is 237 - color contains mainly: blue. Hex color #82C4ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82C4ED is #7D3B12. Grayscale: #B4B4B4. Windows color (decimal): -8207123 or 15582338. OLE color: 15582338.

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

Color convert

RGB130196237-
CMYK0.450.1700.07
HSL202.99º74.83%71.96%-
HSV(B)202.99º45.15%92.94%-
XYZ44.2350.3487.51-
YUV180.94159.6391.67-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 23.09%
GREEN value IS 196 (76.95% from 255) = 34.81%
BLUE value IS 237 (92.97% from 255) = 42.10%
R=23.09%
G=34.81%
B=42.10%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1301962370.450.1700.07202.9974.8371.96
Hex82C4ED2D1107cb4b48
Octal202304355552107313113110
Binary1000001011000100111011011011011000101111100101110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82c4ed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,196,237); }

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

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

 a { background-color: rgb(130,196,237); }

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

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

 span { border-color: rgb(130,196,237); }

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