#8FB5FE

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

Shades of Light Sky Blue #8FB5FE

Tints of Light Sky Blue #8FB5FE

Color information

#8FB5FE (or 0x8FB5FE) is unknown color: approx Light Sky Blue. HEX triplet: 8F, B5 and FE. RGB value is (143,181,254). Sum of RGB (Red+Green+Blue) = 143+181+254=578 (76% of max value = 765). Red value is 143 (56.25% from 255 or 24.74% from 578); Green value is 181 (71.09% from 255 or 31.31% from 578); Blue value is 254 (99.61% from 255 or 43.94% from 578); Max value from RGB is 254 - color contains mainly: blue. Hex color #8FB5FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FB5FE is #704A01. Grayscale: #B1B1B1. Windows color (decimal): -7358978 or 16692623. OLE color: 16692623.

HSL color Cylindrical-coordinate representation of color #8FB5FE: hue angle of 219.46º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8FB5FE is Cyan = 0.44, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB143181254-
CMYK0.440.2900.00
HSL219.46º98.23%77.84%-
HSV(B)219.46º43.7%99.61%-
XYZ45.7446.04100.24-
YUV177.96170.91103.06-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 24.74%
GREEN value IS 181 (71.09% from 255) = 31.31%
BLUE value IS 254 (99.61% from 255) = 43.94%
R=24.74%
G=31.31%
B=43.94%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1431812540.440.2900.00219.4698.2377.84
Hex8FB5FE2C1D00db624e
Octal217265376543500333142116
Binary10001111101101011111111010110011101001101101111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FB5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,181,254); }

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

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

 a { background-color: rgb(143,181,254); }

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

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

 span { border-color: rgb(143,181,254); }

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