#82CCFA

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

Shades of Light Sky Blue #82CCFA

Tints of Light Sky Blue #82CCFA

Color information

#82CCFA (or 0x82CCFA) is unknown color: approx Light Sky Blue. HEX triplet: 82, CC and FA. RGB value is (130,204,250). Sum of RGB (Red+Green+Blue) = 130+204+250=584 (77% of max value = 765). Red value is 130 (51.17% from 255 or 22.26% from 584); Green value is 204 (80.08% from 255 or 34.93% from 584); Blue value is 250 (98.05% from 255 or 42.81% from 584); Max value from RGB is 250 - color contains mainly: blue. Hex color #82CCFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82CCFA is #7D3305. Grayscale: #BABABA. Windows color (decimal): -8205062 or 16436354. OLE color: 16436354.

HSL color Cylindrical-coordinate representation of color #82CCFA: hue angle of 203º degrees, saturation: 0.92, 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 #82CCFA is Cyan = 0.48, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB130204250-
CMYK0.480.1800.02
HSL203º92.31%74.51%-
HSV(B)203º48%98.04%-
XYZ48.0554.8398.49-
YUV187.12163.4887.26-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 22.26%
GREEN value IS 204 (80.08% from 255) = 34.93%
BLUE value IS 250 (98.05% from 255) = 42.81%
R=22.26%
G=34.93%
B=42.81%

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
Decimal1302042500.480.1800.0220392.3174.51
Hex82CCFA301202cb5c4b
Octal202314372602202313134113
Binary100000101100110011111010110000100100101100101110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82CCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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