#82DAFF

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

Shades of Light Sky Blue #82DAFF

Tints of Light Sky Blue #82DAFF

Color information

#82DAFF (or 0x82DAFF) is unknown color: approx Light Sky Blue. HEX triplet: 82, DA and FF. RGB value is (130,218,255). Sum of RGB (Red+Green+Blue) = 130+218+255=603 (79% of max value = 765). Red value is 130 (51.17% from 255 or 21.56% from 603); Green value is 218 (85.55% from 255 or 36.15% from 603); Blue value is 255 (100% from 255 or 42.29% from 603); Max value from RGB is 255 - color contains mainly: blue. Hex color #82DAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82DAFF is #7D2500. Grayscale: #C3C3C3. Windows color (decimal): -8201473 or 16767618. OLE color: 16767618.

HSL color Cylindrical-coordinate representation of color #82DAFF: hue angle of 197.76º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #82DAFF is Cyan = 0.49, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB130218255-
CMYK0.490.1500
HSL197.76º100%75.49%-
HSV(B)197.76º49.02%100%-
XYZ52.3362.11103.84-
YUV195.91161.3580.99-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 21.56%
GREEN value IS 218 (85.55% from 255) = 36.15%
BLUE value IS 255 (100% from 255) = 42.29%
R=21.56%
G=36.15%
B=42.29%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1302182550.490.1500197.7610075.49
Hex82DAFF31F00c6644b
Octal202332377611700306144113
Binary1000001011011010111111111100011111001100011011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82DAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,218,255); }

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

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

 a { background-color: rgb(130,218,255); }

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

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

 span { border-color: rgb(130,218,255); }

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