#82E1FC

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

Shades of Light Sky Blue #82E1FC

Tints of Light Sky Blue #82E1FC

Color information

#82E1FC (or 0x82E1FC) is unknown color: approx Light Sky Blue. HEX triplet: 82, E1 and FC. RGB value is (130,225,252). Sum of RGB (Red+Green+Blue) = 130+225+252=607 (80% of max value = 765). Red value is 130 (51.17% from 255 or 21.42% from 607); Green value is 225 (88.28% from 255 or 37.07% from 607); Blue value is 252 (98.83% from 255 or 41.52% from 607); Max value from RGB is 252 - color contains mainly: blue. Hex color #82E1FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82E1FC is #7D1E03. Grayscale: #C7C7C7. Windows color (decimal): -8199684 or 16572802. OLE color: 16572802.

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

Color convert

RGB130225252-
CMYK0.480.1100.01
HSL193.28º95.31%74.9%-
HSV(B)193.28º48.41%98.82%-
XYZ53.765.62101.93-
YUV199.67157.5378.3-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 21.42%
GREEN value IS 225 (88.28% from 255) = 37.07%
BLUE value IS 252 (98.83% from 255) = 41.52%
R=21.42%
G=37.07%
B=41.52%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1302252520.480.1100.01193.2895.3174.9
Hex82E1FC30B01c15f4b
Octal202341374601301301137113
Binary1000001011100001111111001100001011011100000110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82E1FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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