#8FBAFC

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

Shades of Light Sky Blue #8FBAFC

Tints of Light Sky Blue #8FBAFC

Color information

#8FBAFC (or 0x8FBAFC) is unknown color: approx Light Sky Blue. HEX triplet: 8F, BA and FC. RGB value is (143,186,252). Sum of RGB (Red+Green+Blue) = 143+186+252=581 (76% of max value = 765). Red value is 143 (56.25% from 255 or 24.61% from 581); Green value is 186 (73.05% from 255 or 32.01% from 581); Blue value is 252 (98.83% from 255 or 43.37% from 581); Max value from RGB is 252 - color contains mainly: blue. Hex color #8FBAFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FBAFC is #704503. Grayscale: #B4B4B4. Windows color (decimal): -7357700 or 16562831. OLE color: 16562831.

HSL color Cylindrical-coordinate representation of color #8FBAFC: hue angle of 216.33º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8FBAFC is Cyan = 0.43, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB143186252-
CMYK0.430.2600.01
HSL216.33º94.78%77.45%-
HSV(B)216.33º43.25%98.82%-
XYZ46.4647.9998.91-
YUV180.67168.25101.13-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 24.61%
GREEN value IS 186 (73.05% from 255) = 32.01%
BLUE value IS 252 (98.83% from 255) = 43.37%
R=24.61%
G=32.01%
B=43.37%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1431862520.430.2600.01216.3394.7877.45
Hex8FBAFC2B1A01d85f4d
Octal217272374533201330137115
Binary10001111101110101111110010101111010011101100010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FBAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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