#8FB9FC

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

Shades of Light Sky Blue #8FB9FC

Tints of Light Sky Blue #8FB9FC

Color information

#8FB9FC (or 0x8FB9FC) is unknown color: approx Light Sky Blue. HEX triplet: 8F, B9 and FC. RGB value is (143,185,252). Sum of RGB (Red+Green+Blue) = 143+185+252=580 (76% of max value = 765). Red value is 143 (56.25% from 255 or 24.66% from 580); Green value is 185 (72.66% from 255 or 31.90% from 580); Blue value is 252 (98.83% from 255 or 43.45% from 580); Max value from RGB is 252 - color contains mainly: blue. Hex color #8FB9FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FB9FC is #704603. Grayscale: #B3B3B3. Windows color (decimal): -7357956 or 16562575. OLE color: 16562575.

HSL color Cylindrical-coordinate representation of color #8FB9FC: hue angle of 216.88º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8FB9FC is Cyan = 0.43, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB143185252-
CMYK0.430.2700.01
HSL216.88º94.78%77.45%-
HSV(B)216.88º43.25%98.82%-
XYZ46.2547.5798.84-
YUV180.08168.59101.55-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 24.66%
GREEN value IS 185 (72.66% from 255) = 31.90%
BLUE value IS 252 (98.83% from 255) = 43.45%
R=24.66%
G=31.90%
B=43.45%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1431852520.430.2700.01216.8894.7877.45
Hex8FB9FC2B1B01d95f4d
Octal217271374533301331137115
Binary10001111101110011111110010101111011011101100110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FB9FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,185,252); }

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

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

 a { background-color: rgb(143,185,252); }

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

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

 span { border-color: rgb(143,185,252); }

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