#82C9E4

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

Shades of Sky Blue #82C9E4

Tints of Sky Blue #82C9E4

Color information

#82C9E4 (or 0x82C9E4) is unknown color: approx Sky Blue. HEX triplet: 82, C9 and E4. RGB value is (130,201,228). Sum of RGB (Red+Green+Blue) = 130+201+228=559 (74% of max value = 765). Red value is 130 (51.17% from 255 or 23.26% from 559); Green value is 201 (78.91% from 255 or 35.96% from 559); Blue value is 228 (89.45% from 255 or 40.79% from 559); Max value from RGB is 228 - color contains mainly: blue. Hex color #82C9E4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82C9E4 is #7D361B. Grayscale: #B6B6B6. Windows color (decimal): -8205852 or 14993794. OLE color: 14993794.

HSL color Cylindrical-coordinate representation of color #82C9E4: hue angle of 196.53º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #82C9E4 is Cyan = 0.43, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB130201228-
CMYK0.430.1200.11
HSL196.53º64.47%70.2%-
HSV(B)196.53º42.98%89.41%-
XYZ44.152.1281.13-
YUV182.85153.4890.3-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 23.26%
GREEN value IS 201 (78.91% from 255) = 35.96%
BLUE value IS 228 (89.45% from 255) = 40.79%
R=23.26%
G=35.96%
B=40.79%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1302012280.430.1200.11196.5364.4770.2
Hex82C9E42BC0Bc54046
Octal2023113445314013305100106
Binary1000001011001001111001001010111100010111100010110000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82C9E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,201,228); }

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

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

 a { background-color: rgb(130,201,228); }

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

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

 span { border-color: rgb(130,201,228); }

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