#82CFF0

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

Shades of Sky Blue #82CFF0

Tints of Sky Blue #82CFF0

Color information

#82CFF0 (or 0x82CFF0) is unknown color: approx Sky Blue. HEX triplet: 82, CF and F0. RGB value is (130,207,240). Sum of RGB (Red+Green+Blue) = 130+207+240=577 (76% of max value = 765). Red value is 130 (51.17% from 255 or 22.53% from 577); Green value is 207 (81.25% from 255 or 35.88% from 577); Blue value is 240 (94.14% from 255 or 41.59% from 577); Max value from RGB is 240 - color contains mainly: blue. Hex color #82CFF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82CFF0 is #7D300F. Grayscale: #BBBBBB. Windows color (decimal): -8204304 or 15781762. OLE color: 15781762.

HSL color Cylindrical-coordinate representation of color #82CFF0: hue angle of 198º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #82CFF0 is Cyan = 0.46, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB130207240-
CMYK0.460.1400.06
HSL198º78.57%72.55%-
HSV(B)198º45.83%94.12%-
XYZ47.2555.6690.69-
YUV187.74157.4986.82-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 22.53%
GREEN value IS 207 (81.25% from 255) = 35.88%
BLUE value IS 240 (94.14% from 255) = 41.59%
R=22.53%
G=35.88%
B=41.59%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1302072400.460.1400.0619878.5772.55
Hex82CFF02EE06c64f49
Octal202317360561606306117111
Binary100000101100111111110000101110111001101100011010011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82CFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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