#82D9FC

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

Shades of Light Sky Blue #82D9FC

Tints of Light Sky Blue #82D9FC

Color information

#82D9FC (or 0x82D9FC) is unknown color: approx Light Sky Blue. HEX triplet: 82, D9 and FC. RGB value is (130,217,252). Sum of RGB (Red+Green+Blue) = 130+217+252=599 (79% of max value = 765). Red value is 130 (51.17% from 255 or 21.70% from 599); Green value is 217 (85.16% from 255 or 36.23% from 599); Blue value is 252 (98.83% from 255 or 42.07% from 599); Max value from RGB is 252 - color contains mainly: blue. Hex color #82D9FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82D9FC is #7D2603. Grayscale: #C2C2C2. Windows color (decimal): -8201732 or 16570754. OLE color: 16570754.

HSL color Cylindrical-coordinate representation of color #82D9FC: hue angle of 197.21º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #82D9FC is Cyan = 0.48, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB130217252-
CMYK0.480.1400.01
HSL197.21º95.31%74.9%-
HSV(B)197.21º48.41%98.82%-
XYZ51.5961.4101.23-
YUV194.98160.1881.65-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 21.70%
GREEN value IS 217 (85.16% from 255) = 36.23%
BLUE value IS 252 (98.83% from 255) = 42.07%
R=21.70%
G=36.23%
B=42.07%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1302172520.480.1400.01197.2195.3174.9
Hex82D9FC30E01c55f4b
Octal202331374601601305137113
Binary1000001011011001111111001100001110011100010110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82D9FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,217,252); }

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

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

 a { background-color: rgb(130,217,252); }

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

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

 span { border-color: rgb(130,217,252); }

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