#8FB9FF

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

Shades of Light Sky Blue #8FB9FF

Tints of Light Sky Blue #8FB9FF

Color information

#8FB9FF (or 0x8FB9FF) is unknown color: approx Light Sky Blue. HEX triplet: 8F, B9 and FF. RGB value is (143,185,255). Sum of RGB (Red+Green+Blue) = 143+185+255=583 (77% of max value = 765). Red value is 143 (56.25% from 255 or 24.53% from 583); Green value is 185 (72.66% from 255 or 31.73% from 583); Blue value is 255 (100% from 255 or 43.74% from 583); Max value from RGB is 255 - color contains mainly: blue. Hex color #8FB9FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FB9FF is #704600. Grayscale: #B4B4B4. Windows color (decimal): -7357953 or 16759183. OLE color: 16759183.

HSL color Cylindrical-coordinate representation of color #8FB9FF: hue angle of 217.5º 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 #8FB9FF is Cyan = 0.44, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB143185255-
CMYK0.440.2700
HSL217.5º100%78.04%-
HSV(B)217.5º43.92%100%-
XYZ46.7347.76101.36-
YUV180.42170.09101.31-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 24.53%
GREEN value IS 185 (72.66% from 255) = 31.73%
BLUE value IS 255 (100% from 255) = 43.74%
R=24.53%
G=31.73%
B=43.74%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1431852550.440.2700217.510078.04
Hex8FB9FF2C1B00da644e
Octal217271377543300332144116
Binary10001111101110011111111110110011011001101101011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FB9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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