#8FB8FE

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

Shades of Light Sky Blue #8FB8FE

Tints of Light Sky Blue #8FB8FE

Color information

#8FB8FE (or 0x8FB8FE) is unknown color: approx Light Sky Blue. HEX triplet: 8F, B8 and FE. RGB value is (143,184,254). Sum of RGB (Red+Green+Blue) = 143+184+254=581 (76% of max value = 765). Red value is 143 (56.25% from 255 or 24.61% from 581); Green value is 184 (72.27% from 255 or 31.67% from 581); Blue value is 254 (99.61% from 255 or 43.72% from 581); Max value from RGB is 254 - color contains mainly: blue. Hex color #8FB8FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FB8FE is #704701. Grayscale: #B3B3B3. Windows color (decimal): -7358210 or 16693391. OLE color: 16693391.

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

Color convert

RGB143184254-
CMYK0.440.2800.00
HSL217.84º98.23%77.84%-
HSV(B)217.84º43.7%99.61%-
XYZ46.3647.28100.45-
YUV179.72169.92101.81-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 24.61%
GREEN value IS 184 (72.27% from 255) = 31.67%
BLUE value IS 254 (99.61% from 255) = 43.72%
R=24.61%
G=31.67%
B=43.72%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1431842540.440.2800.00217.8498.2377.84
Hex8FB8FE2C1C00da624e
Octal217270376543400332142116
Binary10001111101110001111111010110011100001101101011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FB8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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