#8FCFF9

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

Shades of Light Sky Blue #8FCFF9

Tints of Light Sky Blue #8FCFF9

Color information

#8FCFF9 (or 0x8FCFF9) is unknown color: approx Light Sky Blue. HEX triplet: 8F, CF and F9. RGB value is (143,207,249). Sum of RGB (Red+Green+Blue) = 143+207+249=599 (79% of max value = 765). Red value is 143 (56.25% from 255 or 23.87% from 599); Green value is 207 (81.25% from 255 or 34.56% from 599); Blue value is 249 (97.66% from 255 or 41.57% from 599); Max value from RGB is 249 - color contains mainly: blue. Hex color #8FCFF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FCFF9 is #703006. Grayscale: #C0C0C0. Windows color (decimal): -7352327 or 16371599. OLE color: 16371599.

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

Color convert

RGB143207249-
CMYK0.430.1700.02
HSL203.77º89.83%76.86%-
HSV(B)203.77º42.57%97.65%-
XYZ50.7457.398.01-
YUV192.65159.892.58-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 23.87%
GREEN value IS 207 (81.25% from 255) = 34.56%
BLUE value IS 249 (97.66% from 255) = 41.57%
R=23.87%
G=34.56%
B=41.57%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1432072490.430.1700.02203.7789.8376.86
Hex8FCFF92B1102cc5a4d
Octal217317371532102314132115
Binary100011111100111111111001101011100010101100110010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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