#82CDF9

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

Shades of Light Sky Blue #82CDF9

Tints of Light Sky Blue #82CDF9

Color information

#82CDF9 (or 0x82CDF9) is unknown color: approx Light Sky Blue. HEX triplet: 82, CD and F9. RGB value is (130,205,249). Sum of RGB (Red+Green+Blue) = 130+205+249=584 (77% of max value = 765). Red value is 130 (51.17% from 255 or 22.26% from 584); Green value is 205 (80.47% from 255 or 35.10% from 584); Blue value is 249 (97.66% from 255 or 42.64% from 584); Max value from RGB is 249 - color contains mainly: blue. Hex color #82CDF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82CDF9 is #7D3206. Grayscale: #BBBBBB. Windows color (decimal): -8204807 or 16371074. OLE color: 16371074.

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

Color convert

RGB130205249-
CMYK0.480.1800.02
HSL202.18º90.84%74.31%-
HSV(B)202.18º47.79%97.65%-
XYZ48.1455.2597.75-
YUV187.59162.6586.92-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 22.26%
GREEN value IS 205 (80.47% from 255) = 35.10%
BLUE value IS 249 (97.66% from 255) = 42.64%
R=22.26%
G=35.10%
B=42.64%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1302052490.480.1800.02202.1890.8474.31
Hex82CDF9301202ca5b4a
Octal202315371602202312133112
Binary100000101100110111111001110000100100101100101010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82CDF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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