#8fbafe

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

Shades of Light Sky Blue #8FBAFE

Tints of Light Sky Blue #8FBAFE

Color information

#8FBAFE (or 0x8FBAFE) is unknown color: approx Light Sky Blue. HEX triplet: 8F, BA and FE. RGB value is (143,186,254). Sum of RGB (Red+Green+Blue) = 143+186+254=583 (77% of max value = 765). Red value is 143 (56.25% from 255 or 24.53% from 583); Green value is 186 (73.05% from 255 or 31.90% from 583); Blue value is 254 (99.61% from 255 or 43.57% from 583); Max value from RGB is 254 - color contains mainly: blue. Hex color #8FBAFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FBAFE is #704501. Grayscale: #B4B4B4. Windows color (decimal): -7357698 or 16693903. OLE color: 16693903.

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

Color convert

RGB143186254-
CMYK0.440.2700.00
HSL216.76º98.23%77.84%-
HSV(B)216.76º43.7%99.61%-
XYZ46.7848.11100.59-
YUV180.9169.25100.97-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 24.53%
GREEN value IS 186 (73.05% from 255) = 31.90%
BLUE value IS 254 (99.61% from 255) = 43.57%
R=24.53%
G=31.90%
B=43.57%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1431862540.440.2700.00216.7698.2377.84
Hex8FBAFE2C1B00d9624e
Octal217272376543300331142116
Binary10001111101110101111111010110011011001101100111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8fbafe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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