#8FC0FF

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

Shades of Light Sky Blue #8FC0FF

Tints of Light Sky Blue #8FC0FF

Color information

#8FC0FF (or 0x8FC0FF) is unknown color: approx Light Sky Blue. HEX triplet: 8F, C0 and FF. RGB value is (143,192,255). Sum of RGB (Red+Green+Blue) = 143+192+255=590 (78% of max value = 765). Red value is 143 (56.25% from 255 or 24.24% from 590); Green value is 192 (75.39% from 255 or 32.54% from 590); Blue value is 255 (100% from 255 or 43.22% from 590); Max value from RGB is 255 - color contains mainly: blue. Hex color #8FC0FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FC0FF is #703F00. Grayscale: #B8B8B8. Windows color (decimal): -7356161 or 16760975. OLE color: 16760975.

HSL color Cylindrical-coordinate representation of color #8FC0FF: hue angle of 213.75º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8FC0FF is Cyan = 0.44, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB143192255-
CMYK0.440.2500
HSL213.75º100%78.04%-
HSV(B)213.75º43.92%100%-
XYZ48.2350.76101.86-
YUV184.53167.7798.38-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 24.24%
GREEN value IS 192 (75.39% from 255) = 32.54%
BLUE value IS 255 (100% from 255) = 43.22%
R=24.24%
G=32.54%
B=43.22%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1431922550.440.2500213.7510078.04
Hex8FC0FF2C1900d6644e
Octal217300377543100326144116
Binary10001111110000001111111110110011001001101011011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FC0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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