#8FB9F9

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

Shades of Light Sky Blue #8FB9F9

Tints of Light Sky Blue #8FB9F9

Color information

#8FB9F9 (or 0x8FB9F9) is unknown color: approx Light Sky Blue. HEX triplet: 8F, B9 and F9. RGB value is (143,185,249). Sum of RGB (Red+Green+Blue) = 143+185+249=577 (76% of max value = 765). Red value is 143 (56.25% from 255 or 24.78% from 577); Green value is 185 (72.66% from 255 or 32.06% from 577); Blue value is 249 (97.66% from 255 or 43.15% from 577); Max value from RGB is 249 - color contains mainly: blue. Hex color #8FB9F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FB9F9 is #704606. Grayscale: #B3B3B3. Windows color (decimal): -7357959 or 16365967. OLE color: 16365967.

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

Color convert

RGB143185249-
CMYK0.430.2600.02
HSL216.23º89.83%76.86%-
HSV(B)216.23º42.57%97.65%-
XYZ45.7847.3896.35-
YUV179.74167.09101.8-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 24.78%
GREEN value IS 185 (72.66% from 255) = 32.06%
BLUE value IS 249 (97.66% from 255) = 43.15%
R=24.78%
G=32.06%
B=43.15%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1431852490.430.2600.02216.2389.8376.86
Hex8FB9F92B1A02d85a4d
Octal217271371533202330132115
Binary100011111011100111111001101011110100101101100010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FB9F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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