#82E1F8

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

Shades of Sky Blue #82E1F8

Tints of Sky Blue #82E1F8

Color information

#82E1F8 (or 0x82E1F8) is unknown color: approx Sky Blue. HEX triplet: 82, E1 and F8. RGB value is (130,225,248). Sum of RGB (Red+Green+Blue) = 130+225+248=603 (79% of max value = 765). Red value is 130 (51.17% from 255 or 21.56% from 603); Green value is 225 (88.28% from 255 or 37.31% from 603); Blue value is 248 (97.27% from 255 or 41.13% from 603); Max value from RGB is 248 - color contains mainly: blue. Hex color #82E1F8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82E1F8 is #7D1E07. Grayscale: #C7C7C7. Windows color (decimal): -8199688 or 16310658. OLE color: 16310658.

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

Color convert

RGB130225248-
CMYK0.480.0900.03
HSL191.69º89.39%74.12%-
HSV(B)191.69º47.58%97.25%-
XYZ53.0765.3798.63-
YUV199.22155.5378.63-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 21.56%
GREEN value IS 225 (88.28% from 255) = 37.31%
BLUE value IS 248 (97.27% from 255) = 41.13%
R=21.56%
G=37.31%
B=41.13%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1302252480.480.0900.03191.6989.3974.12
Hex82E1F830903c0594a
Octal202341370601103300131112
Binary10000010111000011111100011000010010111100000010110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82E1F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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