#8FBCFA

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

Shades of Light Sky Blue #8FBCFA

Tints of Light Sky Blue #8FBCFA

Color information

#8FBCFA (or 0x8FBCFA) is unknown color: approx Light Sky Blue. HEX triplet: 8F, BC and FA. RGB value is (143,188,250). Sum of RGB (Red+Green+Blue) = 143+188+250=581 (76% of max value = 765). Red value is 143 (56.25% from 255 or 24.61% from 581); Green value is 188 (73.83% from 255 or 32.36% from 581); Blue value is 250 (98.05% from 255 or 43.03% from 581); Max value from RGB is 250 - color contains mainly: blue. Hex color #8FBCFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FBCFA is #704305. Grayscale: #B5B5B5. Windows color (decimal): -7357190 or 16432271. OLE color: 16432271.

HSL color Cylindrical-coordinate representation of color #8FBCFA: hue angle of 214.77º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8FBCFA is Cyan = 0.43, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB143188250-
CMYK0.430.2500.02
HSL214.77º91.45%77.06%-
HSV(B)214.77º42.8%98.04%-
XYZ46.5748.7197.39-
YUV181.61166.59100.46-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 24.61%
GREEN value IS 188 (73.83% from 255) = 32.36%
BLUE value IS 250 (98.05% from 255) = 43.03%
R=24.61%
G=32.36%
B=43.03%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1431882500.430.2500.02214.7791.4577.06
Hex8FBCFA2B1902d75b4d
Octal217274372533102327133115
Binary100011111011110011111010101011110010101101011110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FBCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,188,250); }

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

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

 a { background-color: rgb(143,188,250); }

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

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

 span { border-color: rgb(143,188,250); }

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