#8FBCFB

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

Shades of Light Sky Blue #8FBCFB

Tints of Light Sky Blue #8FBCFB

Color information

#8FBCFB (or 0x8FBCFB) is unknown color: approx Light Sky Blue. HEX triplet: 8F, BC and FB. RGB value is (143,188,251). Sum of RGB (Red+Green+Blue) = 143+188+251=582 (77% of max value = 765). Red value is 143 (56.25% from 255 or 24.57% from 582); Green value is 188 (73.83% from 255 or 32.30% from 582); Blue value is 251 (98.44% from 255 or 43.13% from 582); Max value from RGB is 251 - color contains mainly: blue. Hex color #8FBCFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FBCFB is #704304. Grayscale: #B5B5B5. Windows color (decimal): -7357189 or 16497807. OLE color: 16497807.

HSL color Cylindrical-coordinate representation of color #8FBCFB: hue angle of 215º degrees, saturation: 0.93, 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 #8FBCFB is Cyan = 0.43, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB143188251-
CMYK0.430.2500.02
HSL215º93.1%77.25%-
HSV(B)215º43.03%98.43%-
XYZ46.7248.7798.22-
YUV181.73167.09100.38-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 24.57%
GREEN value IS 188 (73.83% from 255) = 32.30%
BLUE value IS 251 (98.44% from 255) = 43.13%
R=24.57%
G=32.30%
B=43.13%

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
Decimal1431882510.430.2500.0221593.177.25
Hex8FBCFB2B1902d75d4d
Octal217274373533102327135115
Binary100011111011110011111011101011110010101101011110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FBCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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