#8FC1FA

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

Shades of Light Sky Blue #8FC1FA

Tints of Light Sky Blue #8FC1FA

Color information

#8FC1FA (or 0x8FC1FA) is unknown color: approx Light Sky Blue. HEX triplet: 8F, C1 and FA. RGB value is (143,193,250). Sum of RGB (Red+Green+Blue) = 143+193+250=586 (77% of max value = 765). Red value is 143 (56.25% from 255 or 24.40% from 586); Green value is 193 (75.78% from 255 or 32.94% from 586); Blue value is 250 (98.05% from 255 or 42.66% from 586); Max value from RGB is 250 - color contains mainly: blue. Hex color #8FC1FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FC1FA is #703E05. Grayscale: #B8B8B8. Windows color (decimal): -7355910 or 16433551. OLE color: 16433551.

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

Color convert

RGB143193250-
CMYK0.430.2300.02
HSL211.96º91.45%77.06%-
HSV(B)211.96º42.8%98.04%-
XYZ47.6550.8897.75-
YUV184.55164.9498.37-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 24.40%
GREEN value IS 193 (75.78% from 255) = 32.94%
BLUE value IS 250 (98.05% from 255) = 42.66%
R=24.40%
G=32.94%
B=42.66%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1431932500.430.2300.02211.9691.4577.06
Hex8FC1FA2B1702d45b4d
Octal217301372532702324133115
Binary100011111100000111111010101011101110101101010010110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FC1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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