#82cfee

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

Shades of Sky Blue #82CFEE

Tints of Sky Blue #82CFEE

Color information

#82CFEE (or 0x82CFEE) is unknown color: approx Sky Blue. HEX triplet: 82, CF and EE. RGB value is (130,207,238). Sum of RGB (Red+Green+Blue) = 130+207+238=575 (76% of max value = 765). Red value is 130 (51.17% from 255 or 22.61% from 575); Green value is 207 (81.25% from 255 or 36% from 575); Blue value is 238 (93.36% from 255 or 41.39% from 575); Max value from RGB is 238 - color contains mainly: blue. Hex color #82CFEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82CFEE is #7D3011. Grayscale: #BBBBBB. Windows color (decimal): -8204306 or 15650690. OLE color: 15650690.

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

Color convert

RGB130207238-
CMYK0.450.1300.07
HSL197.22º76.06%72.16%-
HSV(B)197.22º45.38%93.33%-
XYZ46.9555.5489.14-
YUV187.51156.4986.98-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 22.61%
GREEN value IS 207 (81.25% from 255) = 36%
BLUE value IS 238 (93.36% from 255) = 41.39%
R=22.61%
G=36%
B=41.39%

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
Decimal1302072380.450.1300.07197.2276.0672.16
Hex82CFEE2DD07c54c48
Octal202317356551507305114110
Binary100000101100111111101110101101110101111100010110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82cfee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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