#82CCFD

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

Shades of Light Sky Blue #82CCFD

Tints of Light Sky Blue #82CCFD

Color information

#82CCFD (or 0x82CCFD) is unknown color: approx Light Sky Blue. HEX triplet: 82, CC and FD. RGB value is (130,204,253). Sum of RGB (Red+Green+Blue) = 130+204+253=587 (77% of max value = 765). Red value is 130 (51.17% from 255 or 22.15% from 587); Green value is 204 (80.08% from 255 or 34.75% from 587); Blue value is 253 (99.22% from 255 or 43.10% from 587); Max value from RGB is 253 - color contains mainly: blue. Hex color #82CCFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82CCFD is #7D3302. Grayscale: #BBBBBB. Windows color (decimal): -8205059 or 16632962. OLE color: 16632962.

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

Color convert

RGB130204253-
CMYK0.490.1900.01
HSL203.9º96.85%75.1%-
HSV(B)203.9º48.62%99.22%-
XYZ48.5355.02100.99-
YUV187.46164.9887.02-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 22.15%
GREEN value IS 204 (80.08% from 255) = 34.75%
BLUE value IS 253 (99.22% from 255) = 43.10%
R=22.15%
G=34.75%
B=43.10%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1302042530.490.1900.01203.996.8575.1
Hex82CCFD311301cc614b
Octal202314375612301314141113
Binary10000010110011001111110111000110011011100110011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82CCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,204,253); }

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

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

 a { background-color: rgb(130,204,253); }

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

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

 span { border-color: rgb(130,204,253); }

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