#82C9FC

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

Shades of Light Sky Blue #82C9FC

Tints of Light Sky Blue #82C9FC

Color information

#82C9FC (or 0x82C9FC) is unknown color: approx Light Sky Blue. HEX triplet: 82, C9 and FC. RGB value is (130,201,252). Sum of RGB (Red+Green+Blue) = 130+201+252=583 (77% of max value = 765). Red value is 130 (51.17% from 255 or 22.30% from 583); Green value is 201 (78.91% from 255 or 34.48% from 583); Blue value is 252 (98.83% from 255 or 43.22% from 583); Max value from RGB is 252 - color contains mainly: blue. Hex color #82C9FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82C9FC is #7D3603. Grayscale: #B9B9B9. Windows color (decimal): -8205828 or 16566658. OLE color: 16566658.

HSL color Cylindrical-coordinate representation of color #82C9FC: hue angle of 205.08º 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 #82C9FC is Cyan = 0.48, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB130201252-
CMYK0.480.2000.01
HSL205.08º95.31%74.9%-
HSV(B)205.08º48.41%98.82%-
XYZ47.6653.5599.92-
YUV185.58165.4888.35-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 22.30%
GREEN value IS 201 (78.91% from 255) = 34.48%
BLUE value IS 252 (98.83% from 255) = 43.22%
R=22.30%
G=34.48%
B=43.22%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1302012520.480.2000.01205.0895.3174.9
Hex82C9FC301401cd5f4b
Octal202311374602401315137113
Binary10000010110010011111110011000010100011100110110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82C9FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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