#82DFFF

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

Shades of Light Sky Blue #82DFFF

Tints of Light Sky Blue #82DFFF

Color information

#82DFFF (or 0x82DFFF) is unknown color: approx Light Sky Blue. HEX triplet: 82, DF and FF. RGB value is (130,223,255). Sum of RGB (Red+Green+Blue) = 130+223+255=608 (80% of max value = 765). Red value is 130 (51.17% from 255 or 21.38% from 608); Green value is 223 (87.5% from 255 or 36.68% from 608); Blue value is 255 (100% from 255 or 41.94% from 608); Max value from RGB is 255 - color contains mainly: blue. Hex color #82DFFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82DFFF is #7D2000. Grayscale: #C6C6C6. Windows color (decimal): -8200193 or 16768898. OLE color: 16768898.

HSL color Cylindrical-coordinate representation of color #82DFFF: hue angle of 195.36º 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 #82DFFF is Cyan = 0.49, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB130223255-
CMYK0.490.1300
HSL195.36º100%75.49%-
HSV(B)195.36º49.02%100%-
XYZ53.6464.74104.28-
YUV198.84159.6978.9-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 21.38%
GREEN value IS 223 (87.5% from 255) = 36.68%
BLUE value IS 255 (100% from 255) = 41.94%
R=21.38%
G=36.68%
B=41.94%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1302232550.490.1300195.3610075.49
Hex82DFFF31D00c3644b
Octal202337377611500303144113
Binary1000001011011111111111111100011101001100001111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82DFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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