#8FBFFF

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

Shades of Light Sky Blue #8FBFFF

Tints of Light Sky Blue #8FBFFF

Color information

#8FBFFF (or 0x8FBFFF) is unknown color: approx Light Sky Blue. HEX triplet: 8F, BF and FF. RGB value is (143,191,255). Sum of RGB (Red+Green+Blue) = 143+191+255=589 (78% of max value = 765). Red value is 143 (56.25% from 255 or 24.28% from 589); Green value is 191 (75% from 255 or 32.43% from 589); Blue value is 255 (100% from 255 or 43.29% from 589); Max value from RGB is 255 - color contains mainly: blue. Hex color #8FBFFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FBFFF is #704000. Grayscale: #B7B7B7. Windows color (decimal): -7356417 or 16760719. OLE color: 16760719.

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

Color convert

RGB143191255-
CMYK0.440.2500
HSL214.29º100%78.04%-
HSV(B)214.29º43.92%100%-
XYZ48.0150.32101.79-
YUV183.94168.198.8-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 24.28%
GREEN value IS 191 (75% from 255) = 32.43%
BLUE value IS 255 (100% from 255) = 43.29%
R=24.28%
G=32.43%
B=43.29%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1431912550.440.2500214.2910078.04
Hex8FBFFF2C1900d6644e
Octal217277377543100326144116
Binary10001111101111111111111110110011001001101011011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FBFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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