#82C4FE

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

Shades of Light Sky Blue #82C4FE

Tints of Light Sky Blue #82C4FE

Color information

#82C4FE (or 0x82C4FE) is unknown color: approx Light Sky Blue. HEX triplet: 82, C4 and FE. RGB value is (130,196,254). Sum of RGB (Red+Green+Blue) = 130+196+254=580 (76% of max value = 765). Red value is 130 (51.17% from 255 or 22.41% from 580); Green value is 196 (76.95% from 255 or 33.79% from 580); Blue value is 254 (99.61% from 255 or 43.79% from 580); Max value from RGB is 254 - color contains mainly: blue. Hex color #82C4FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82C4FE is #7D3B01. Grayscale: #B6B6B6. Windows color (decimal): -8207106 or 16696450. OLE color: 16696450.

HSL color Cylindrical-coordinate representation of color #82C4FE: hue angle of 208.06º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #82C4FE is Cyan = 0.49, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB130196254-
CMYK0.490.2300.00
HSL208.06º98.41%75.29%-
HSV(B)208.06º48.82%99.61%-
XYZ46.8451.38101.22-
YUV182.88168.1390.28-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 22.41%
GREEN value IS 196 (76.95% from 255) = 33.79%
BLUE value IS 254 (99.61% from 255) = 43.79%
R=22.41%
G=33.79%
B=43.79%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1301962540.490.2300.00208.0698.4175.29
Hex82C4FE311700d0624b
Octal202304376612700320142113
Binary10000010110001001111111011000110111001101000011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82C4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,196,254); }

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

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

 a { background-color: rgb(130,196,254); }

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

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

 span { border-color: rgb(130,196,254); }

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