#82CDFC

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

Shades of Light Sky Blue #82CDFC

Tints of Light Sky Blue #82CDFC

Color information

#82CDFC (or 0x82CDFC) is unknown color: approx Light Sky Blue. HEX triplet: 82, CD and FC. RGB value is (130,205,252). Sum of RGB (Red+Green+Blue) = 130+205+252=587 (77% of max value = 765). Red value is 130 (51.17% from 255 or 22.15% from 587); Green value is 205 (80.47% from 255 or 34.92% from 587); Blue value is 252 (98.83% from 255 or 42.93% from 587); Max value from RGB is 252 - color contains mainly: blue. Hex color #82CDFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82CDFC is #7D3203. Grayscale: #BBBBBB. Windows color (decimal): -8204804 or 16567682. OLE color: 16567682.

HSL color Cylindrical-coordinate representation of color #82CDFC: hue angle of 203.11º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #82CDFC is Cyan = 0.48, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB130205252-
CMYK0.480.1900.01
HSL203.11º95.31%74.9%-
HSV(B)203.11º48.41%98.82%-
XYZ48.6155.44100.23-
YUV187.93164.1586.68-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 22.15%
GREEN value IS 205 (80.47% from 255) = 34.92%
BLUE value IS 252 (98.83% from 255) = 42.93%
R=22.15%
G=34.92%
B=42.93%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1302052520.480.1900.01203.1195.3174.9
Hex82CDFC301301cb5f4b
Octal202315374602301313137113
Binary10000010110011011111110011000010011011100101110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82CDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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