#8DC1FA

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

Shades of Light Sky Blue #8DC1FA

Tints of Light Sky Blue #8DC1FA

Color information

#8DC1FA (or 0x8DC1FA) is unknown color: approx Light Sky Blue. HEX triplet: 8D, C1 and FA. RGB value is (141,193,250). Sum of RGB (Red+Green+Blue) = 141+193+250=584 (77% of max value = 765). Red value is 141 (55.47% from 255 or 24.14% from 584); Green value is 193 (75.78% from 255 or 33.05% 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 #8DC1FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DC1FA is #723E05. Grayscale: #B7B7B7. Windows color (decimal): -7486982 or 16433549. OLE color: 16433549.

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

Color convert

RGB141193250-
CMYK0.440.2300.02
HSL211.38º91.6%76.67%-
HSV(B)211.38º43.6%98.04%-
XYZ47.3150.797.74-
YUV183.95165.2797.37-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 24.14%
GREEN value IS 193 (75.78% from 255) = 33.05%
BLUE value IS 250 (98.05% from 255) = 42.81%
R=24.14%
G=33.05%
B=42.81%

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
Decimal1411932500.440.2300.02211.3891.676.67
Hex8DC1FA2C1702d35c4d
Octal215301372542702323134115
Binary100011011100000111111010101100101110101101001110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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