#8DC0FA

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

Shades of Light Sky Blue #8DC0FA

Tints of Light Sky Blue #8DC0FA

Color information

#8DC0FA (or 0x8DC0FA) is unknown color: approx Light Sky Blue. HEX triplet: 8D, C0 and FA. RGB value is (141,192,250). Sum of RGB (Red+Green+Blue) = 141+192+250=583 (77% of max value = 765). Red value is 141 (55.47% from 255 or 24.19% from 583); Green value is 192 (75.39% from 255 or 32.93% from 583); Blue value is 250 (98.05% from 255 or 42.88% from 583); Max value from RGB is 250 - color contains mainly: blue. Hex color #8DC0FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DC0FA is #723F05. Grayscale: #B7B7B7. Windows color (decimal): -7487238 or 16433293. OLE color: 16433293.

HSL color Cylindrical-coordinate representation of color #8DC0FA: hue angle of 211.93º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DC0FA is Cyan = 0.44, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB141192250-
CMYK0.440.2300.02
HSL211.93º91.6%76.67%-
HSV(B)211.93º43.6%98.04%-
XYZ47.0950.2697.66-
YUV183.36165.697.78-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 24.19%
GREEN value IS 192 (75.39% from 255) = 32.93%
BLUE value IS 250 (98.05% from 255) = 42.88%
R=24.19%
G=32.93%
B=42.88%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1411922500.440.2300.02211.9391.676.67
Hex8DC0FA2C1702d45c4d
Octal215300372542702324134115
Binary100011011100000011111010101100101110101101010010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8DC0FA; }

 p { color: rgb(141,192,250); }

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

<style>
 a { background-color: #8DC0FA; }

 a { background-color: rgb(141,192,250); }

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

<style>
 span { border-color: #8DC0FA; }

 span { border-color: rgb(141,192,250); }

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