#82CEEE

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

Shades of Sky Blue #82CEEE

Tints of Sky Blue #82CEEE

Color information

#82CEEE (or 0x82CEEE) is unknown color: approx Sky Blue. HEX triplet: 82, CE and EE. RGB value is (130,206,238). Sum of RGB (Red+Green+Blue) = 130+206+238=574 (76% of max value = 765). Red value is 130 (51.17% from 255 or 22.65% from 574); Green value is 206 (80.86% from 255 or 35.89% from 574); Blue value is 238 (93.36% from 255 or 41.46% from 574); Max value from RGB is 238 - color contains mainly: blue. Hex color #82CEEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82CEEE is #7D3111. Grayscale: #BABABA. Windows color (decimal): -8204562 or 15650434. OLE color: 15650434.

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

Color convert

RGB130206238-
CMYK0.450.1300.07
HSL197.78º76.06%72.16%-
HSV(B)197.78º45.38%93.33%-
XYZ46.7155.0689.05-
YUV186.92156.8287.4-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 22.65%
GREEN value IS 206 (80.86% from 255) = 35.89%
BLUE value IS 238 (93.36% from 255) = 41.46%
R=22.65%
G=35.89%
B=41.46%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1302062380.450.1300.07197.7876.0672.16
Hex82CEEE2DD07c64c48
Octal202316356551507306114110
Binary100000101100111011101110101101110101111100011010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82CEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,206,238); }

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

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

 a { background-color: rgb(130,206,238); }

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

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

 span { border-color: rgb(130,206,238); }

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