#8FC0F9

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

Shades of Light Sky Blue #8FC0F9

Tints of Light Sky Blue #8FC0F9

Color information

#8FC0F9 (or 0x8FC0F9) is unknown color: approx Light Sky Blue. HEX triplet: 8F, C0 and F9. RGB value is (143,192,249). Sum of RGB (Red+Green+Blue) = 143+192+249=584 (77% of max value = 765). Red value is 143 (56.25% from 255 or 24.49% from 584); Green value is 192 (75.39% from 255 or 32.88% from 584); Blue value is 249 (97.66% from 255 or 42.64% from 584); Max value from RGB is 249 - color contains mainly: blue. Hex color #8FC0F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FC0F9 is #703F06. Grayscale: #B7B7B7. Windows color (decimal): -7356167 or 16367759. OLE color: 16367759.

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

Color convert

RGB143192249-
CMYK0.430.2300.02
HSL212.26º89.83%76.86%-
HSV(B)212.26º42.57%97.65%-
XYZ47.2850.3896.85-
YUV183.85164.7798.87-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 24.49%
GREEN value IS 192 (75.39% from 255) = 32.88%
BLUE value IS 249 (97.66% from 255) = 42.64%
R=24.49%
G=32.88%
B=42.64%

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
Decimal1431922490.430.2300.02212.2689.8376.86
Hex8FC0F92B1702d45a4d
Octal217300371532702324132115
Binary100011111100000011111001101011101110101101010010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FC0F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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