#82CDF4

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

Shades of Light Sky Blue #82CDF4

Tints of Light Sky Blue #82CDF4

Color information

#82CDF4 (or 0x82CDF4) is unknown color: approx Light Sky Blue. HEX triplet: 82, CD and F4. RGB value is (130,205,244). Sum of RGB (Red+Green+Blue) = 130+205+244=579 (76% of max value = 765). Red value is 130 (51.17% from 255 or 22.45% from 579); Green value is 205 (80.47% from 255 or 35.41% from 579); Blue value is 244 (95.70% from 255 or 42.14% from 579); Max value from RGB is 244 - color contains mainly: blue. Hex color #82CDF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82CDF4 is #7D320B. Grayscale: #BABABA. Windows color (decimal): -8204812 or 16043394. OLE color: 16043394.

HSL color Cylindrical-coordinate representation of color #82CDF4: hue angle of 200.53º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #82CDF4 is Cyan = 0.47, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB130205244-
CMYK0.470.1600.04
HSL200.53º83.82%73.33%-
HSV(B)200.53º46.72%95.69%-
XYZ47.3754.9493.7-
YUV187.02160.1587.33-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 22.45%
GREEN value IS 205 (80.47% from 255) = 35.41%
BLUE value IS 244 (95.70% from 255) = 42.14%
R=22.45%
G=35.41%
B=42.14%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1302052440.470.1600.04200.5383.8273.33
Hex82CDF42F1004c95449
Octal202315364572004311124111
Binary1000001011001101111101001011111000001001100100110101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82CDF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,205,244); }

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

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

 a { background-color: rgb(130,205,244); }

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

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

 span { border-color: rgb(130,205,244); }

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