#8FBBFE

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

Shades of Light Sky Blue #8FBBFE

Tints of Light Sky Blue #8FBBFE

Color information

#8FBBFE (or 0x8FBBFE) is unknown color: approx Light Sky Blue. HEX triplet: 8F, BB and FE. RGB value is (143,187,254). Sum of RGB (Red+Green+Blue) = 143+187+254=584 (77% of max value = 765). Red value is 143 (56.25% from 255 or 24.49% from 584); Green value is 187 (73.44% from 255 or 32.02% from 584); Blue value is 254 (99.61% from 255 or 43.49% from 584); Max value from RGB is 254 - color contains mainly: blue. Hex color #8FBBFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FBBFE is #704401. Grayscale: #B5B5B5. Windows color (decimal): -7357442 or 16694159. OLE color: 16694159.

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

Color convert

RGB143187254-
CMYK0.440.2600.00
HSL216.22º98.23%77.84%-
HSV(B)216.22º43.7%99.61%-
XYZ46.9948.54100.66-
YUV181.48168.92100.55-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 24.49%
GREEN value IS 187 (73.44% from 255) = 32.02%
BLUE value IS 254 (99.61% from 255) = 43.49%
R=24.49%
G=32.02%
B=43.49%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1431872540.440.2600.00216.2298.2377.84
Hex8FBBFE2C1A00d8624e
Octal217273376543200330142116
Binary10001111101110111111111010110011010001101100011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FBBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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