#8FC0FA

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

Shades of Light Sky Blue #8FC0FA

Tints of Light Sky Blue #8FC0FA

Color information

#8FC0FA (or 0x8FC0FA) is unknown color: approx Light Sky Blue. HEX triplet: 8F, C0 and FA. RGB value is (143,192,250). Sum of RGB (Red+Green+Blue) = 143+192+250=585 (77% of max value = 765). Red value is 143 (56.25% from 255 or 24.44% from 585); Green value is 192 (75.39% from 255 or 32.82% from 585); Blue value is 250 (98.05% from 255 or 42.74% from 585); Max value from RGB is 250 - color contains mainly: blue. Hex color #8FC0FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FC0FA is #703F05. Grayscale: #B7B7B7. Windows color (decimal): -7356166 or 16433295. OLE color: 16433295.

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

Color convert

RGB143192250-
CMYK0.430.2300.02
HSL212.52º91.45%77.06%-
HSV(B)212.52º42.8%98.04%-
XYZ47.4350.4497.68-
YUV183.96165.2798.78-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 24.44%
GREEN value IS 192 (75.39% from 255) = 32.82%
BLUE value IS 250 (98.05% from 255) = 42.74%
R=24.44%
G=32.82%
B=42.74%

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
Decimal1431922500.430.2300.02212.5291.4577.06
Hex8FC0FA2B1702d55b4d
Octal217300372532702325133115
Binary100011111100000011111010101011101110101101010110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FC0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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