#82C8FC

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

Shades of Light Sky Blue #82C8FC

Tints of Light Sky Blue #82C8FC

Color information

#82C8FC (or 0x82C8FC) is unknown color: approx Light Sky Blue. HEX triplet: 82, C8 and FC. RGB value is (130,200,252). Sum of RGB (Red+Green+Blue) = 130+200+252=582 (77% of max value = 765). Red value is 130 (51.17% from 255 or 22.34% from 582); Green value is 200 (78.52% from 255 or 34.36% from 582); Blue value is 252 (98.83% from 255 or 43.30% from 582); Max value from RGB is 252 - color contains mainly: blue. Hex color #82C8FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82C8FC is #7D3703. Grayscale: #B8B8B8. Windows color (decimal): -8206084 or 16566402. OLE color: 16566402.

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

Color convert

RGB130200252-
CMYK0.480.2100.01
HSL205.57º95.31%74.9%-
HSV(B)205.57º48.41%98.82%-
XYZ47.4353.0899.84-
YUV185165.8188.77-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 22.34%
GREEN value IS 200 (78.52% from 255) = 34.36%
BLUE value IS 252 (98.83% from 255) = 43.30%
R=22.34%
G=34.36%
B=43.30%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1302002520.480.2100.01205.5795.3174.9
Hex82C8FC301501ce5f4b
Octal202310374602501316137113
Binary10000010110010001111110011000010101011100111010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82C8FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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