#82DDFB

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

Shades of Light Sky Blue #82DDFB

Tints of Light Sky Blue #82DDFB

Color information

#82DDFB (or 0x82DDFB) is unknown color: approx Light Sky Blue. HEX triplet: 82, DD and FB. RGB value is (130,221,251). Sum of RGB (Red+Green+Blue) = 130+221+251=602 (79% of max value = 765). Red value is 130 (51.17% from 255 or 21.59% from 602); Green value is 221 (86.72% from 255 or 36.71% from 602); Blue value is 251 (98.44% from 255 or 41.69% from 602); Max value from RGB is 251 - color contains mainly: blue. Hex color #82DDFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82DDFB is #7D2204. Grayscale: #C5C5C5. Windows color (decimal): -8200709 or 16506242. OLE color: 16506242.

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

Color convert

RGB130221251-
CMYK0.480.1200.02
HSL194.88º93.8%74.71%-
HSV(B)194.88º48.21%98.43%-
XYZ52.4763.42100.74-
YUV197.21158.3580.06-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 21.59%
GREEN value IS 221 (86.72% from 255) = 36.71%
BLUE value IS 251 (98.44% from 255) = 41.69%
R=21.59%
G=36.71%
B=41.69%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1302212510.480.1200.02194.8893.874.71
Hex82DDFB30C02c35e4b
Octal202335373601402303136113
Binary10000010110111011111101111000011000101100001110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82DDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,221,251); }

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

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

 a { background-color: rgb(130,221,251); }

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

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

 span { border-color: rgb(130,221,251); }

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