#82E2F9

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

Shades of Light Sky Blue #82E2F9

Tints of Light Sky Blue #82E2F9

Color information

#82E2F9 (or 0x82E2F9) is unknown color: approx Light Sky Blue. HEX triplet: 82, E2 and F9. RGB value is (130,226,249). Sum of RGB (Red+Green+Blue) = 130+226+249=605 (80% of max value = 765). Red value is 130 (51.17% from 255 or 21.49% from 605); Green value is 226 (88.67% from 255 or 37.36% from 605); Blue value is 249 (97.66% from 255 or 41.16% from 605); Max value from RGB is 249 - color contains mainly: blue. Hex color #82E2F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82E2F9 is #7D1D06. Grayscale: #C7C7C7. Windows color (decimal): -8199431 or 16376450. OLE color: 16376450.

HSL color Cylindrical-coordinate representation of color #82E2F9: hue angle of 191.6º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #82E2F9 is Cyan = 0.48, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB130226249-
CMYK0.480.0900.02
HSL191.6º90.84%74.31%-
HSV(B)191.6º47.79%97.65%-
XYZ53.565.9899.54-
YUV199.92155.778.13-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 21.49%
GREEN value IS 226 (88.67% from 255) = 37.36%
BLUE value IS 249 (97.66% from 255) = 41.16%
R=21.49%
G=37.36%
B=41.16%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1302262490.480.0900.02191.690.8474.31
Hex82E2F930902c05b4a
Octal202342371601102300133112
Binary10000010111000101111100111000010010101100000010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82E2F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,226,249); }

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

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

 a { background-color: rgb(130,226,249); }

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

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

 span { border-color: rgb(130,226,249); }

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