#8DC6FA

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

Shades of Light Sky Blue #8DC6FA

Tints of Light Sky Blue #8DC6FA

Color information

#8DC6FA (or 0x8DC6FA) is unknown color: approx Light Sky Blue. HEX triplet: 8D, C6 and FA. RGB value is (141,198,250). Sum of RGB (Red+Green+Blue) = 141+198+250=589 (78% of max value = 765). Red value is 141 (55.47% from 255 or 23.94% from 589); Green value is 198 (77.73% from 255 or 33.62% from 589); Blue value is 250 (98.05% from 255 or 42.44% from 589); Max value from RGB is 250 - color contains mainly: blue. Hex color #8DC6FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DC6FA is #723905. Grayscale: #BABABA. Windows color (decimal): -7485702 or 16434829. OLE color: 16434829.

HSL color Cylindrical-coordinate representation of color #8DC6FA: hue angle of 208.62º 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 #8DC6FA is Cyan = 0.44, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB141198250-
CMYK0.440.2100.02
HSL208.62º91.6%76.67%-
HSV(B)208.62º43.6%98.04%-
XYZ48.4352.9598.11-
YUV186.88163.6295.27-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.94%
GREEN value IS 198 (77.73% from 255) = 33.62%
BLUE value IS 250 (98.05% from 255) = 42.44%
R=23.94%
G=33.62%
B=42.44%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1411982500.440.2100.02208.6291.676.67
Hex8DC6FA2C1502d15c4d
Octal215306372542502321134115
Binary100011011100011011111010101100101010101101000110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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